Html Css Color HEX #D81AB6 Deep Magenta

📋 copy color: '#D81AB6'

red 216 ◦ green 26 ◦ blue 182

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

Shades of Deep Magenta #D81AB6

Tints of Deep Magenta #D81AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 42.92%

R = 50.94%
G = 6.13%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D81AB6 (or 0xD81AB6) is known color: Deep Magenta. HEX triplet: D8, 1A and B6. RGB value is (216,26,182). Sum of RGB (Red+Green+Blue) = 216+26+182=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 26 (10.55% from 255 or 6.13% from 424); Blue value is 182 (71.48% from 255 or 42.92% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D81AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81AB6 is #27E549. Grayscale: #646464. Windows color (decimal): -2614602 or 11934424. OLE color: 11934424.

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

Color convert

RGB 216 26 182 -
CMYK 0 0.88 0.16 0.15
HSL 310.74º 0.79% 0.47% -
HSV(B) 310.74º 0.88% 0.85% -
XYZ 37.13 18.72 45.91 -
YUV 100.59 173.95 210.32 -
System Red Green Blue C M Y K H S L
Decimal 216 26 182 0 0.88 0.16 0.15 310.74 0.79 0.47
Hex D8 1A B6 0 58 10 F 137 4F 2F
Octal 330 32 266 0 130 20 17 467 117 57
Binary 11011000 11010 10110110 0 1011000 10000 1111 100110111 1001111 101111

Color Harmonies of #D81AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81AB6

Black with #D81AB6

Text Example


Text Example

White with #D81AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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