Html Css Color HEX #D209FF Psychedelic Purple

📋 copy color: '#D209FF'

red 210 ◦ green 9 ◦ blue 255

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

Shades of Psychedelic Purple #D209FF

Tints of Psychedelic Purple #D209FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.8%

R = 44.3%
G = 1.9%
B = 53.8%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D209FF (or 0xD209FF) is known color: Psychedelic Purple. HEX triplet: D2, 09 and FF. RGB value is (210,9,255). Sum of RGB (Red+Green+Blue) = 210+9+255=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 9 (3.91% from 255 or 1.90% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #D209FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D209FF is #2DF600. Grayscale: #606060. Windows color (decimal): -3012097 or 16714194. OLE color: 16714194.

HSL color Cylindrical-coordinate representation of color #D209FF: hue angle of 289.02º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D209FF is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 210 9 255 -
CMYK 0.18 0.96 0 0
HSL 289.02º 1% 0.52% -
HSV(B) 289.02º 0.96% 1% -
XYZ 44.73 21.12 96.33 -
YUV 97.14 217.09 208.5 -
System Red Green Blue C M Y K H S L
Decimal 210 9 255 0.18 0.96 0 0 289.02 1 0.52
Hex D2 9 FF 12 60 0 0 121 64 34
Octal 322 11 377 22 140 0 0 441 144 64
Binary 11010010 1001 11111111 10010 1100000 0 0 100100001 1100100 110100

Color Harmonies of #D209FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D209FF

Black with #D209FF

Text Example


Text Example

White with #D209FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D209FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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