Html Css Color HEX #D81AB8 Deep Magenta

📋 copy color: '#D81AB8'

red 216 ◦ green 26 ◦ blue 184

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

Shades of Deep Magenta #D81AB8

Tints of Deep Magenta #D81AB8

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.1%

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

R = 50.7%
G = 6.1%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D81AB8 (or 0xD81AB8) is known color: Deep Magenta. HEX triplet: D8, 1A and B8. RGB value is (216,26,184). Sum of RGB (Red+Green+Blue) = 216+26+184=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 26 (10.55% from 255 or 6.10% from 426); Blue value is 184 (72.27% from 255 or 43.19% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D81AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81AB8 is #27E547. Grayscale: #646464. Windows color (decimal): -2614600 or 12065496. OLE color: 12065496.

HSL color Cylindrical-coordinate representation of color #D81AB8: hue angle of 310.11º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81AB8 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 26 184 -
CMYK 0 0.88 0.15 0.15
HSL 310.11º 0.79% 0.47% -
HSV(B) 310.11º 0.88% 0.85% -
XYZ 37.34 18.8 47.01 -
YUV 100.82 174.95 210.15 -
System Red Green Blue C M Y K H S L
Decimal 216 26 184 0 0.88 0.15 0.15 310.11 0.79 0.47
Hex D8 1A B8 0 58 F F 136 4F 2F
Octal 330 32 270 0 130 17 17 466 117 57
Binary 11011000 11010 10111000 0 1011000 1111 1111 100110110 1001111 101111

Color Harmonies of #D81AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81AB8

Black with #D81AB8

Text Example


Text Example

White with #D81AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81AB8; }

 p { color: rgb(216,26,184); }

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

background-color css

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

 a { background-color: rgb(216,26,184); }

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

border-color css

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

 span { border-color: rgb(216,26,184); }

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