Html Css Color HEX #D81AC0 Deep Magenta

📋 copy color: '#D81AC0'

red 216 ◦ green 26 ◦ blue 192

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

Shades of Deep Magenta #D81AC0

Tints of Deep Magenta #D81AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.24%

R = 49.77%
G = 5.99%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D81AC0 (or 0xD81AC0) is known color: Deep Magenta. HEX triplet: D8, 1A and C0. RGB value is (216,26,192). Sum of RGB (Red+Green+Blue) = 216+26+192=434 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.77% from 434); Green value is 26 (10.55% from 255 or 5.99% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 216 - color contains mainly: red. Hex color #D81AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81AC0 is #27E53F. Grayscale: #656565. Windows color (decimal): -2614592 or 12589784. OLE color: 12589784.

HSL color Cylindrical-coordinate representation of color #D81AC0: hue angle of 307.58º 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 #D81AC0 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 26 192 -
CMYK 0 0.88 0.11 0.15
HSL 307.58º 0.79% 0.47% -
HSV(B) 307.58º 0.88% 0.85% -
XYZ 38.2 19.14 51.55 -
YUV 101.73 178.95 209.5 -
System Red Green Blue C M Y K H S L
Decimal 216 26 192 0 0.88 0.11 0.15 307.58 0.79 0.47
Hex D8 1A C0 0 58 B F 134 4F 2F
Octal 330 32 300 0 130 13 17 464 117 57
Binary 11011000 11010 11000000 0 1011000 1011 1111 100110100 1001111 101111

Color Harmonies of #D81AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81AC0

Black with #D81AC0

Text Example


Text Example

White with #D81AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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