Html Css Color HEX #D21FF9 Psychedelic Purple

📋 copy color: '#D21FF9'

red 210 ◦ green 31 ◦ blue 249

#D21FF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #D21FF9

Tints of Psychedelic Purple #D21FF9

RGB

 RED value IS 210 (82.42% from 255) = 42.86%

 GREEN value IS 31 (12.5% from 255) = 6.33%

 BLUE value IS 249 (97.66% from 255) = 50.82%

R = 42.86%
G = 6.33%
B = 50.82%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D21FF9 (or 0xD21FF9) is known color: Psychedelic Purple. HEX triplet: D2, 1F and F9. RGB value is (210,31,249). Sum of RGB (Red+Green+Blue) = 210+31+249=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 31 (12.5% from 255 or 6.33% from 490); Blue value is 249 (97.66% from 255 or 50.82% from 490); Max value from RGB is 249 - color contains mainly: blue. Hex color #D21FF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21FF9 is #2DE006. Grayscale: #6C6C6C. Windows color (decimal): -3006471 or 16326610. OLE color: 16326610.

HSL color Cylindrical-coordinate representation of color #D21FF9: hue angle of 289.27º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21FF9 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 31 249 -
CMYK 0.16 0.88 0 0.02
HSL 289.27º 0.95% 0.55% -
HSV(B) 289.27º 0.88% 0.98% -
XYZ 44.17 21.52 91.45 -
YUV 109.37 206.8 199.77 -
System Red Green Blue C M Y K H S L
Decimal 210 31 249 0.16 0.88 0 0.02 289.27 0.95 0.55
Hex D2 1F F9 10 58 0 2 121 5F 37
Octal 322 37 371 20 130 0 2 441 137 67
Binary 11010010 11111 11111001 10000 1011000 0 10 100100001 1011111 110111

Color Harmonies of #D21FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21FF9

Black with #D21FF9

Text Example


Text Example

White with #D21FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21FF9; }

 p { color: rgb(210,31,249); }

 H1.HeaderClassName
 {
   color: #D21FF9;
 }
 .AnyTagClassName
 {
   color: #D21FF9;
 }
</style>

background-color css

<style>
 a { background-color: #D21FF9; }

 a { background-color: rgb(210,31,249); }

 div.DivClassName
 {
   background-color: #D21FF9;
 }
 .BgClassName
 {
   background-color: #D21FF9;
 }
</style>

border-color css

<style>
 span { border-color: #D21FF9; }

 span { border-color: rgb(210,31,249); }

 td.TdClassName
 {
   border-color: #D21FF9;
 }
 .TagClassName
 {
   border-color: #D21FF9;
 }
</style>