Html Css Color HEX #D202B0 Deep Magenta

📋 copy color: '#D202B0'

red 210 ◦ green 2 ◦ blue 176

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

Shades of Deep Magenta #D202B0

Tints of Deep Magenta #D202B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.36%

R = 54.12%
G = 0.52%
B = 45.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D202B0 (or 0xD202B0) is known color: Deep Magenta. HEX triplet: D2, 02 and B0. RGB value is (210,2,176). Sum of RGB (Red+Green+Blue) = 210+2+176=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 2 (1.17% from 255 or 0.52% from 388); Blue value is 176 (69.14% from 255 or 45.36% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D202B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D202B0 is #2DFD4F. Grayscale: #535353. Windows color (decimal): -3013968 or 11535058. OLE color: 11535058.

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

Color convert

RGB 210 2 176 -
CMYK 0 0.99 0.16 0.18
HSL 309.81º 0.98% 0.42% -
HSV(B) 309.81º 0.99% 0.82% -
XYZ 34.44 16.88 42.52 -
YUV 84.03 179.91 217.85 -
System Red Green Blue C M Y K H S L
Decimal 210 2 176 0 0.99 0.16 0.18 309.81 0.98 0.42
Hex D2 2 B0 0 63 10 12 136 62 2A
Octal 322 2 260 0 143 20 22 466 142 52
Binary 11010010 10 10110000 0 1100011 10000 10010 100110110 1100010 101010

Color Harmonies of #D202B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D202B0

Black with #D202B0

Text Example


Text Example

White with #D202B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D202B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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