Html Css Color HEX #D40BB8 Deep Magenta

📋 copy color: '#D40BB8'

red 212 ◦ green 11 ◦ blue 184

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

Shades of Deep Magenta #D40BB8

Tints of Deep Magenta #D40BB8

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.7%

 BLUE value IS 184 (72.27% from 255) = 45.21%

R = 52.09%
G = 2.7%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#D40BB8 (or 0xD40BB8) is known color: Deep Magenta. HEX triplet: D4, 0B and B8. RGB value is (212,11,184). Sum of RGB (Red+Green+Blue) = 212+11+184=407 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.09% from 407); Green value is 11 (4.69% from 255 or 2.70% from 407); Blue value is 184 (72.27% from 255 or 45.21% from 407); Max value from RGB is 212 - color contains mainly: red. Hex color #D40BB8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40BB8 is #2BF447. Grayscale: #5A5A5A. Windows color (decimal): -2880584 or 12061652. OLE color: 12061652.

HSL color Cylindrical-coordinate representation of color #D40BB8: hue angle of 308.36º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40BB8 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 11 184 -
CMYK 0 0.95 0.13 0.17
HSL 308.36º 0.9% 0.44% -
HSV(B) 308.36º 0.95% 0.83% -
XYZ 35.92 17.7 46.87 -
YUV 90.82 180.59 214.43 -
System Red Green Blue C M Y K H S L
Decimal 212 11 184 0 0.95 0.13 0.17 308.36 0.9 0.44
Hex D4 B B8 0 5F D 11 134 5A 2C
Octal 324 13 270 0 137 15 21 464 132 54
Binary 11010100 1011 10111000 0 1011111 1101 10001 100110100 1011010 101100

Color Harmonies of #D40BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40BB8

Black with #D40BB8

Text Example


Text Example

White with #D40BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40BB8; }

 p { color: rgb(212,11,184); }

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

background-color css

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

 a { background-color: rgb(212,11,184); }

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

border-color css

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

 span { border-color: rgb(212,11,184); }

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