Html Css Color HEX #D402BB Deep Magenta

📋 copy color: '#D402BB'

red 212 ◦ green 2 ◦ blue 187

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

Shades of Deep Magenta #D402BB

Tints of Deep Magenta #D402BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.63%

R = 52.87%
G = 0.5%
B = 46.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D402BB (or 0xD402BB) is known color: Deep Magenta. HEX triplet: D4, 02 and BB. RGB value is (212,2,187). Sum of RGB (Red+Green+Blue) = 212+2+187=401 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.87% from 401); Green value is 2 (1.17% from 255 or 0.50% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 212 - color contains mainly: red. Hex color #D402BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D402BB is #2BFD44. Grayscale: #555555. Windows color (decimal): -2882885 or 12255956. OLE color: 12255956.

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

Color convert

RGB 212 2 187 -
CMYK 0 0.99 0.12 0.17
HSL 307.14º 0.98% 0.42% -
HSV(B) 307.14º 0.99% 0.83% -
XYZ 36.14 17.63 48.51 -
YUV 85.88 185.07 217.96 -
System Red Green Blue C M Y K H S L
Decimal 212 2 187 0 0.99 0.12 0.17 307.14 0.98 0.42
Hex D4 2 BB 0 63 C 11 133 62 2A
Octal 324 2 273 0 143 14 21 463 142 52
Binary 11010100 10 10111011 0 1100011 1100 10001 100110011 1100010 101010

Color Harmonies of #D402BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D402BB

Black with #D402BB

Text Example


Text Example

White with #D402BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D402BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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