Html Css Color HEX #D81ADB Deep Magenta

📋 copy color: '#D81ADB'

red 216 ◦ green 26 ◦ blue 219

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

Shades of Deep Magenta #D81ADB

Tints of Deep Magenta #D81ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.51%

R = 46.85%
G = 5.64%
B = 47.51%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D81ADB (or 0xD81ADB) is known color: Deep Magenta. HEX triplet: D8, 1A and DB. RGB value is (216,26,219). Sum of RGB (Red+Green+Blue) = 216+26+219=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 26 (10.55% from 255 or 5.64% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #D81ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81ADB is #27E524. Grayscale: #686868. Windows color (decimal): -2614565 or 14359256. OLE color: 14359256.

HSL color Cylindrical-coordinate representation of color #D81ADB: hue angle of 299.07º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81ADB is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 26 219 -
CMYK 0.01 0.88 0 0.14
HSL 299.07º 0.79% 0.48% -
HSV(B) 299.07º 0.88% 0.86% -
XYZ 41.47 20.45 68.78 -
YUV 104.81 192.45 207.31 -
System Red Green Blue C M Y K H S L
Decimal 216 26 219 0.01 0.88 0 0.14 299.07 0.79 0.48
Hex D8 1A DB 1 58 0 E 12B 4F 30
Octal 330 32 333 1 130 0 16 453 117 60
Binary 11011000 11010 11011011 1 1011000 0 1110 100101011 1001111 110000

Color Harmonies of #D81ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81ADB

Black with #D81ADB

Text Example


Text Example

White with #D81ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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