Html Css Color HEX #D20CF9 Psychedelic Purple

📋 copy color: '#D20CF9'

red 210 ◦ green 12 ◦ blue 249

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

Shades of Psychedelic Purple #D20CF9

Tints of Psychedelic Purple #D20CF9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.55%

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

R = 44.59%
G = 2.55%
B = 52.87%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D20CF9 (or 0xD20CF9) is known color: Psychedelic Purple. HEX triplet: D2, 0C and F9. RGB value is (210,12,249). Sum of RGB (Red+Green+Blue) = 210+12+249=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 12 (5.08% from 255 or 2.55% from 471); Blue value is 249 (97.66% from 255 or 52.87% from 471); Max value from RGB is 249 - color contains mainly: blue. Hex color #D20CF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20CF9 is #2DF306. Grayscale: #616161. Windows color (decimal): -3011335 or 16321746. OLE color: 16321746.

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

Color convert

RGB 210 12 249 -
CMYK 0.16 0.95 0 0.02
HSL 290.13º 0.95% 0.51% -
HSV(B) 290.13º 0.95% 0.98% -
XYZ 43.81 20.8 91.33 -
YUV 98.22 213.1 207.73 -
System Red Green Blue C M Y K H S L
Decimal 210 12 249 0.16 0.95 0 0.02 290.13 0.95 0.51
Hex D2 C F9 10 5F 0 2 122 5F 33
Octal 322 14 371 20 137 0 2 442 137 63
Binary 11010010 1100 11111001 10000 1011111 0 10 100100010 1011111 110011

Color Harmonies of #D20CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20CF9

Black with #D20CF9

Text Example


Text Example

White with #D20CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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