Html Css Color HEX #D814DB Deep Magenta

📋 copy color: '#D814DB'

red 216 ◦ green 20 ◦ blue 219

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

Shades of Deep Magenta #D814DB

Tints of Deep Magenta #D814DB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.4%

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

R = 47.47%
G = 4.4%
B = 48.13%

CMYK

 C value IS 0.01

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D814DB (or 0xD814DB) is known color: Deep Magenta. HEX triplet: D8, 14 and DB. RGB value is (216,20,219). Sum of RGB (Red+Green+Blue) = 216+20+219=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 20 (8.20% from 255 or 4.40% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #D814DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D814DB is #27EB24. Grayscale: #646464. Windows color (decimal): -2616101 or 14357720. OLE color: 14357720.

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

Color convert

RGB 216 20 219 -
CMYK 0.01 0.91 0 0.14
HSL 299.1º 0.83% 0.47% -
HSV(B) 299.1º 0.91% 0.86% -
XYZ 41.36 20.21 68.74 -
YUV 101.29 194.43 209.82 -
System Red Green Blue C M Y K H S L
Decimal 216 20 219 0.01 0.91 0 0.14 299.1 0.83 0.47
Hex D8 14 DB 1 5B 0 E 12B 53 2F
Octal 330 24 333 1 133 0 16 453 123 57
Binary 11011000 10100 11011011 1 1011011 0 1110 100101011 1010011 101111

Color Harmonies of #D814DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D814DB

Black with #D814DB

Text Example


Text Example

White with #D814DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D814DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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