Html Css Color HEX #D209FA Psychedelic Purple

📋 copy color: '#D209FA'

red 210 ◦ green 9 ◦ blue 250

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

Shades of Psychedelic Purple #D209FA

Tints of Psychedelic Purple #D209FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.3%

R = 44.78%
G = 1.92%
B = 53.3%

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

#D209FA (or 0xD209FA) is known color: Psychedelic Purple. HEX triplet: D2, 09 and FA. RGB value is (210,9,250). Sum of RGB (Red+Green+Blue) = 210+9+250=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 9 (3.91% from 255 or 1.92% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #D209FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D209FA is #2DF605. Grayscale: #5F5F5F. Windows color (decimal): -3012102 or 16386514. OLE color: 16386514.

HSL color Cylindrical-coordinate representation of color #D209FA: hue angle of 290.04º degrees, saturation: 0.96, 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 #D209FA is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 9 250 -
CMYK 0.16 0.96 0 0.02
HSL 290.04º 0.96% 0.51% -
HSV(B) 290.04º 0.96% 0.98% -
XYZ 43.93 20.8 92.14 -
YUV 96.57 214.59 208.9 -
System Red Green Blue C M Y K H S L
Decimal 210 9 250 0.16 0.96 0 0.02 290.04 0.96 0.51
Hex D2 9 FA 10 60 0 2 122 60 33
Octal 322 11 372 20 140 0 2 442 140 63
Binary 11010010 1001 11111010 10000 1100000 0 10 100100010 1100000 110011

Color Harmonies of #D209FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D209FA

Black with #D209FA

Text Example


Text Example

White with #D209FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D209FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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