Html Css Color HEX #D20CCE Deep Magenta

📋 copy color: '#D20CCE'

red 210 ◦ green 12 ◦ blue 206

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

Shades of Deep Magenta #D20CCE

Tints of Deep Magenta #D20CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.13%

R = 49.07%
G = 2.8%
B = 48.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D20CCE (or 0xD20CCE) is known color: Deep Magenta. HEX triplet: D2, 0C and CE. RGB value is (210,12,206). Sum of RGB (Red+Green+Blue) = 210+12+206=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 12 (5.08% from 255 or 2.80% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D20CCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20CCE is #2DF331. Grayscale: #5C5C5C. Windows color (decimal): -3011378 or 13503698. OLE color: 13503698.

HSL color Cylindrical-coordinate representation of color #D20CCE: hue angle of 301.21º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20CCE is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 12 206 -
CMYK 0 0.94 0.02 0.18
HSL 301.21º 0.89% 0.44% -
HSV(B) 301.21º 0.94% 0.82% -
XYZ 37.85 18.42 59.95 -
YUV 93.32 191.6 211.23 -
System Red Green Blue C M Y K H S L
Decimal 210 12 206 0 0.94 0.02 0.18 301.21 0.89 0.44
Hex D2 C CE 0 5E 2 12 12D 59 2C
Octal 322 14 316 0 136 2 22 455 131 54
Binary 11010010 1100 11001110 0 1011110 10 10010 100101101 1011001 101100

Color Harmonies of #D20CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20CCE

Black with #D20CCE

Text Example


Text Example

White with #D20CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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