Html Css Color HEX #D20CB7 Deep Magenta

📋 copy color: '#D20CB7'

red 210 ◦ green 12 ◦ blue 183

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

Shades of Deep Magenta #D20CB7

Tints of Deep Magenta #D20CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 45.19%

R = 51.85%
G = 2.96%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D20CB7 (or 0xD20CB7) is known color: Deep Magenta. HEX triplet: D2, 0C and B7. RGB value is (210,12,183). Sum of RGB (Red+Green+Blue) = 210+12+183=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 12 (5.08% from 255 or 2.96% from 405); Blue value is 183 (71.88% from 255 or 45.19% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D20CB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20CB7 is #2DF348. Grayscale: #5A5A5A. Windows color (decimal): -3011401 or 11996370. OLE color: 11996370.

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

Color convert

RGB 210 12 183 -
CMYK 0 0.94 0.13 0.18
HSL 308.18º 0.89% 0.44% -
HSV(B) 308.18º 0.94% 0.82% -
XYZ 35.26 17.38 46.3 -
YUV 90.7 180.1 213.1 -
System Red Green Blue C M Y K H S L
Decimal 210 12 183 0 0.94 0.13 0.18 308.18 0.89 0.44
Hex D2 C B7 0 5E D 12 134 59 2C
Octal 322 14 267 0 136 15 22 464 131 54
Binary 11010010 1100 10110111 0 1011110 1101 10010 100110100 1011001 101100

Color Harmonies of #D20CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20CB7

Black with #D20CB7

Text Example


Text Example

White with #D20CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20CB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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