Html Css Color HEX #D209F9 Psychedelic Purple

📋 copy color: '#D209F9'

red 210 ◦ green 9 ◦ blue 249

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

Shades of Psychedelic Purple #D209F9

Tints of Psychedelic Purple #D209F9

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.92%

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

R = 44.87%
G = 1.92%
B = 53.21%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D209F9 (or 0xD209F9) is known color: Psychedelic Purple. HEX triplet: D2, 09 and F9. RGB value is (210,9,249). Sum of RGB (Red+Green+Blue) = 210+9+249=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 9 (3.91% from 255 or 1.92% from 468); Blue value is 249 (97.66% from 255 or 53.21% from 468); Max value from RGB is 249 - color contains mainly: blue. Hex color #D209F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D209F9 is #2DF606. Grayscale: #5F5F5F. Windows color (decimal): -3012103 or 16320978. OLE color: 16320978.

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

Color convert

RGB 210 9 249 -
CMYK 0.16 0.96 0 0.02
HSL 290.25º 0.95% 0.51% -
HSV(B) 290.25º 0.96% 0.98% -
XYZ 43.77 20.74 91.32 -
YUV 96.46 214.09 208.99 -
System Red Green Blue C M Y K H S L
Decimal 210 9 249 0.16 0.96 0 0.02 290.25 0.95 0.51
Hex D2 9 F9 10 60 0 2 122 5F 33
Octal 322 11 371 20 140 0 2 442 137 63
Binary 11010010 1001 11111001 10000 1100000 0 10 100100010 1011111 110011

Color Harmonies of #D209F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D209F9

Black with #D209F9

Text Example


Text Example

White with #D209F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D209F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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