Html Css Color HEX #D81ABA Deep Magenta

📋 copy color: '#D81ABA'

red 216 ◦ green 26 ◦ blue 186

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

Shades of Deep Magenta #D81ABA

Tints of Deep Magenta #D81ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.46%

R = 50.47%
G = 6.07%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D81ABA (or 0xD81ABA) is known color: Deep Magenta. HEX triplet: D8, 1A and BA. RGB value is (216,26,186). Sum of RGB (Red+Green+Blue) = 216+26+186=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 26 (10.55% from 255 or 6.07% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D81ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81ABA is #27E545. Grayscale: #646464. Windows color (decimal): -2614598 or 12196568. OLE color: 12196568.

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

Color convert

RGB 216 26 186 -
CMYK 0 0.88 0.14 0.15
HSL 309.47º 0.79% 0.47% -
HSV(B) 309.47º 0.88% 0.85% -
XYZ 37.55 18.88 48.12 -
YUV 101.05 175.95 209.99 -
System Red Green Blue C M Y K H S L
Decimal 216 26 186 0 0.88 0.14 0.15 309.47 0.79 0.47
Hex D8 1A BA 0 58 E F 135 4F 2F
Octal 330 32 272 0 130 16 17 465 117 57
Binary 11011000 11010 10111010 0 1011000 1110 1111 100110101 1001111 101111

Color Harmonies of #D81ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81ABA

Black with #D81ABA

Text Example


Text Example

White with #D81ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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