Html Css Color HEX #D402B0 Deep Magenta

📋 copy color: '#D402B0'

red 212 ◦ green 2 ◦ blue 176

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

Shades of Deep Magenta #D402B0

Tints of Deep Magenta #D402B0

RGB

 RED value IS 212 (83.2% from 255) = 54.36%

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

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

R = 54.36%
G = 0.51%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D402B0 (or 0xD402B0) is known color: Deep Magenta. HEX triplet: D4, 02 and B0. RGB value is (212,2,176). Sum of RGB (Red+Green+Blue) = 212+2+176=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 2 (1.17% from 255 or 0.51% from 390); Blue value is 176 (69.14% from 255 or 45.13% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D402B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D402B0 is #2BFD4F. Grayscale: #545454. Windows color (decimal): -2882896 or 11535060. OLE color: 11535060.

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

Color convert

RGB 212 2 176 -
CMYK 0 0.99 0.17 0.17
HSL 310.29º 0.98% 0.42% -
HSV(B) 310.29º 0.99% 0.83% -
XYZ 35.01 17.18 42.54 -
YUV 84.63 179.57 218.85 -
System Red Green Blue C M Y K H S L
Decimal 212 2 176 0 0.99 0.17 0.17 310.29 0.98 0.42
Hex D4 2 B0 0 63 11 11 136 62 2A
Octal 324 2 260 0 143 21 21 466 142 52
Binary 11010100 10 10110000 0 1100011 10001 10001 100110110 1100010 101010

Color Harmonies of #D402B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D402B0

Black with #D402B0

Text Example


Text Example

White with #D402B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D402B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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