Html Css Color HEX #D81DBB Deep Magenta

📋 copy color: '#D81DBB'

red 216 ◦ green 29 ◦ blue 187

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

Shades of Deep Magenta #D81DBB

Tints of Deep Magenta #D81DBB

RGB

 RED value IS 216 (84.77% from 255) = 50%

 GREEN value IS 29 (11.72% from 255) = 6.71%

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

R = 50%
G = 6.71%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D81DBB (or 0xD81DBB) is known color: Deep Magenta. HEX triplet: D8, 1D and BB. RGB value is (216,29,187). Sum of RGB (Red+Green+Blue) = 216+29+187=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 29 (11.72% from 255 or 6.71% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D81DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81DBB is #27E244. Grayscale: #666666. Windows color (decimal): -2613829 or 12262872. OLE color: 12262872.

HSL color Cylindrical-coordinate representation of color #D81DBB: hue angle of 309.3º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D81DBB is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 29 187 -
CMYK 0 0.87 0.13 0.15
HSL 309.3º 0.76% 0.48% -
HSV(B) 309.3º 0.87% 0.85% -
XYZ 37.73 19.07 48.71 -
YUV 102.93 175.45 208.65 -
System Red Green Blue C M Y K H S L
Decimal 216 29 187 0 0.87 0.13 0.15 309.3 0.76 0.48
Hex D8 1D BB 0 57 D F 135 4C 30
Octal 330 35 273 0 127 15 17 465 114 60
Binary 11011000 11101 10111011 0 1010111 1101 1111 100110101 1001100 110000

Color Harmonies of #D81DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81DBB

Black with #D81DBB

Text Example


Text Example

White with #D81DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81DBB; }

 p { color: rgb(216,29,187); }

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

background-color css

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

 a { background-color: rgb(216,29,187); }

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

border-color css

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

 span { border-color: rgb(216,29,187); }

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