Html Css Color HEX #D81EDB Deep Magenta

📋 copy color: '#D81EDB'

red 216 ◦ green 30 ◦ blue 219

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

Shades of Deep Magenta #D81EDB

Tints of Deep Magenta #D81EDB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.45%

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

R = 46.45%
G = 6.45%
B = 47.1%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D81EDB (or 0xD81EDB) is known color: Deep Magenta. HEX triplet: D8, 1E and DB. RGB value is (216,30,219). Sum of RGB (Red+Green+Blue) = 216+30+219=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 30 (12.11% from 255 or 6.45% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #D81EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81EDB is #27E124. Grayscale: #6A6A6A. Windows color (decimal): -2613541 or 14360280. OLE color: 14360280.

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

Color convert

RGB 216 30 219 -
CMYK 0.01 0.86 0 0.14
HSL 299.05º 0.76% 0.49% -
HSV(B) 299.05º 0.86% 0.86% -
XYZ 41.57 20.64 68.81 -
YUV 107.16 191.12 205.63 -
System Red Green Blue C M Y K H S L
Decimal 216 30 219 0.01 0.86 0 0.14 299.05 0.76 0.49
Hex D8 1E DB 1 56 0 E 12B 4C 31
Octal 330 36 333 1 126 0 16 453 114 61
Binary 11011000 11110 11011011 1 1010110 0 1110 100101011 1001100 110001

Color Harmonies of #D81EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81EDB

Black with #D81EDB

Text Example


Text Example

White with #D81EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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