Html Css Color HEX #D20CE6 Psychedelic Purple

📋 copy color: '#D20CE6'

red 210 ◦ green 12 ◦ blue 230

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

Shades of Psychedelic Purple #D20CE6

Tints of Psychedelic Purple #D20CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 50.88%

R = 46.46%
G = 2.65%
B = 50.88%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D20CE6 (or 0xD20CE6) is known color: Psychedelic Purple. HEX triplet: D2, 0C and E6. RGB value is (210,12,230). Sum of RGB (Red+Green+Blue) = 210+12+230=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 12 (5.08% from 255 or 2.65% from 452); Blue value is 230 (90.23% from 255 or 50.88% from 452); Max value from RGB is 230 - color contains mainly: blue. Hex color #D20CE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20CE6 is #2DF319. Grayscale: #5F5F5F. Windows color (decimal): -3011354 or 15076562. OLE color: 15076562.

HSL color Cylindrical-coordinate representation of color #D20CE6: hue angle of 294.5º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20CE6 is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 210 12 230 -
CMYK 0.09 0.95 0 0.10
HSL 294.5º 0.9% 0.47% -
HSV(B) 294.5º 0.95% 0.9% -
XYZ 40.99 19.68 76.5 -
YUV 96.05 203.6 209.27 -
System Red Green Blue C M Y K H S L
Decimal 210 12 230 0.09 0.95 0 0.10 294.5 0.9 0.47
Hex D2 C E6 9 5F 0 A 126 5A 2F
Octal 322 14 346 11 137 0 12 446 132 57
Binary 11010010 1100 11100110 1001 1011111 0 1010 100100110 1011010 101111

Color Harmonies of #D20CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20CE6

Black with #D20CE6

Text Example


Text Example

White with #D20CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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