Html Css Color HEX #D202B4 Deep Magenta

📋 copy color: '#D202B4'

red 210 ◦ green 2 ◦ blue 180

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

Shades of Deep Magenta #D202B4

Tints of Deep Magenta #D202B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 45.92%

R = 53.57%
G = 0.51%
B = 45.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D202B4 (or 0xD202B4) is known color: Deep Magenta. HEX triplet: D2, 02 and B4. RGB value is (210,2,180). Sum of RGB (Red+Green+Blue) = 210+2+180=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 2 (1.17% from 255 or 0.51% from 392); Blue value is 180 (70.70% from 255 or 45.92% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D202B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D202B4 is #2DFD4B. Grayscale: #535353. Windows color (decimal): -3013964 or 11797202. OLE color: 11797202.

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

Color convert

RGB 210 2 180 -
CMYK 0 0.99 0.14 0.18
HSL 308.65º 0.98% 0.42% -
HSV(B) 308.65º 0.99% 0.82% -
XYZ 34.84 17.04 44.63 -
YUV 84.48 181.91 217.53 -
System Red Green Blue C M Y K H S L
Decimal 210 2 180 0 0.99 0.14 0.18 308.65 0.98 0.42
Hex D2 2 B4 0 63 E 12 135 62 2A
Octal 322 2 264 0 143 16 22 465 142 52
Binary 11010010 10 10110100 0 1100011 1110 10010 100110101 1100010 101010

Color Harmonies of #D202B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D202B4

Black with #D202B4

Text Example


Text Example

White with #D202B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D202B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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