Html Css Color HEX #D20CCA Deep Magenta

📋 copy color: '#D20CCA'

red 210 ◦ green 12 ◦ blue 202

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

Shades of Deep Magenta #D20CCA

Tints of Deep Magenta #D20CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.64%

R = 49.53%
G = 2.83%
B = 47.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D20CCA (or 0xD20CCA) is known color: Deep Magenta. HEX triplet: D2, 0C and CA. RGB value is (210,12,202). Sum of RGB (Red+Green+Blue) = 210+12+202=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 12 (5.08% from 255 or 2.83% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D20CCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20CCA is #2DF335. Grayscale: #5C5C5C. Windows color (decimal): -3011382 or 13241554. OLE color: 13241554.

HSL color Cylindrical-coordinate representation of color #D20CCA: hue angle of 302.42º 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 #D20CCA is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 12 202 -
CMYK 0 0.94 0.04 0.18
HSL 302.42º 0.89% 0.44% -
HSV(B) 302.42º 0.94% 0.82% -
XYZ 37.37 18.23 57.43 -
YUV 92.86 189.6 211.55 -
System Red Green Blue C M Y K H S L
Decimal 210 12 202 0 0.94 0.04 0.18 302.42 0.89 0.44
Hex D2 C CA 0 5E 4 12 12E 59 2C
Octal 322 14 312 0 136 4 22 456 131 54
Binary 11010010 1100 11001010 0 1011110 100 10010 100101110 1011001 101100

Color Harmonies of #D20CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20CCA

Black with #D20CCA

Text Example


Text Example

White with #D20CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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