Html Css Color HEX #D81CDB Deep Magenta

📋 copy color: '#D81CDB'

red 216 ◦ green 28 ◦ blue 219

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

Shades of Deep Magenta #D81CDB

Tints of Deep Magenta #D81CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.05%

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

R = 46.65%
G = 6.05%
B = 47.3%

CMYK

 C value IS 0.01

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D81CDB (or 0xD81CDB) is known color: Deep Magenta. HEX triplet: D8, 1C and DB. RGB value is (216,28,219). Sum of RGB (Red+Green+Blue) = 216+28+219=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 28 (11.33% from 255 or 6.05% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #D81CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81CDB is #27E324. Grayscale: #696969. Windows color (decimal): -2614053 or 14359768. OLE color: 14359768.

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

Color convert

RGB 216 28 219 -
CMYK 0.01 0.87 0 0.14
HSL 299.06º 0.77% 0.48% -
HSV(B) 299.06º 0.87% 0.86% -
XYZ 41.52 20.54 68.79 -
YUV 105.99 191.78 206.47 -
System Red Green Blue C M Y K H S L
Decimal 216 28 219 0.01 0.87 0 0.14 299.06 0.77 0.48
Hex D8 1C DB 1 57 0 E 12B 4D 30
Octal 330 34 333 1 127 0 16 453 115 60
Binary 11011000 11100 11011011 1 1010111 0 1110 100101011 1001101 110000

Color Harmonies of #D81CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81CDB

Black with #D81CDB

Text Example


Text Example

White with #D81CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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