Html Css Color HEX #D202AB Deep Magenta

📋 copy color: '#D202AB'

red 210 ◦ green 2 ◦ blue 171

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

Shades of Deep Magenta #D202AB

Tints of Deep Magenta #D202AB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.52%

 BLUE value IS 171 (67.19% from 255) = 44.65%

R = 54.83%
G = 0.52%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D202AB (or 0xD202AB) is known color: Deep Magenta. HEX triplet: D2, 02 and AB. RGB value is (210,2,171). Sum of RGB (Red+Green+Blue) = 210+2+171=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 2 (1.17% from 255 or 0.52% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D202AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D202AB is #2DFD54. Grayscale: #525252. Windows color (decimal): -3013973 or 11207378. OLE color: 11207378.

HSL color Cylindrical-coordinate representation of color #D202AB: hue angle of 311.25º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D202AB is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 2 171 -
CMYK 0 0.99 0.19 0.18
HSL 311.25º 0.98% 0.42% -
HSV(B) 311.25º 0.99% 0.82% -
XYZ 33.95 16.69 39.96 -
YUV 83.46 177.41 218.26 -
System Red Green Blue C M Y K H S L
Decimal 210 2 171 0 0.99 0.19 0.18 311.25 0.98 0.42
Hex D2 2 AB 0 63 13 12 137 62 2A
Octal 322 2 253 0 143 23 22 467 142 52
Binary 11010010 10 10101011 0 1100011 10011 10010 100110111 1100010 101010

Color Harmonies of #D202AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D202AB

Black with #D202AB

Text Example


Text Example

White with #D202AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D202AB; }

 p { color: rgb(210,2,171); }

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

background-color css

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

 a { background-color: rgb(210,2,171); }

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

border-color css

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

 span { border-color: rgb(210,2,171); }

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