Html Css Color HEX #D20CAF Deep Magenta

📋 copy color: '#D20CAF'

red 210 ◦ green 12 ◦ blue 175

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

Shades of Deep Magenta #D20CAF

Tints of Deep Magenta #D20CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.08%

R = 52.9%
G = 3.02%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D20CAF (or 0xD20CAF) is known color: Deep Magenta. HEX triplet: D2, 0C and AF. RGB value is (210,12,175). Sum of RGB (Red+Green+Blue) = 210+12+175=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 12 (5.08% from 255 or 3.02% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D20CAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20CAF is #2DF350. Grayscale: #595959. Windows color (decimal): -3011409 or 11472082. OLE color: 11472082.

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

Color convert

RGB 210 12 175 -
CMYK 0 0.94 0.17 0.18
HSL 310.61º 0.89% 0.44% -
HSV(B) 310.61º 0.94% 0.82% -
XYZ 34.45 17.06 42.03 -
YUV 89.78 176.1 213.75 -
System Red Green Blue C M Y K H S L
Decimal 210 12 175 0 0.94 0.17 0.18 310.61 0.89 0.44
Hex D2 C AF 0 5E 11 12 137 59 2C
Octal 322 14 257 0 136 21 22 467 131 54
Binary 11010010 1100 10101111 0 1011110 10001 10010 100110111 1011001 101100

Color Harmonies of #D20CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20CAF

Black with #D20CAF

Text Example


Text Example

White with #D20CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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