Html Css Color HEX #D914DB Deep Magenta

📋 copy color: '#D914DB'

red 217 ◦ green 20 ◦ blue 219

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

Shades of Deep Magenta #D914DB

Tints of Deep Magenta #D914DB

RGB

 RED value IS 217 (85.16% from 255) = 47.59%

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

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

R = 47.59%
G = 4.39%
B = 48.03%

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

#D914DB (or 0xD914DB) is known color: Deep Magenta. HEX triplet: D9, 14 and DB. RGB value is (217,20,219). Sum of RGB (Red+Green+Blue) = 217+20+219=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 20 (8.20% from 255 or 4.39% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #D914DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D914DB is #26EB24. Grayscale: #646464. Windows color (decimal): -2550565 or 14357721. OLE color: 14357721.

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

Color convert

RGB 217 20 219 -
CMYK 0.01 0.91 0 0.14
HSL 299.4º 0.83% 0.47% -
HSV(B) 299.4º 0.91% 0.86% -
XYZ 41.65 20.37 68.75 -
YUV 101.59 194.27 210.32 -
System Red Green Blue C M Y K H S L
Decimal 217 20 219 0.01 0.91 0 0.14 299.4 0.83 0.47
Hex D9 14 DB 1 5B 0 E 12B 53 2F
Octal 331 24 333 1 133 0 16 453 123 57
Binary 11011001 10100 11011011 1 1011011 0 1110 100101011 1010011 101111

Color Harmonies of #D914DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D914DB

Black with #D914DB

Text Example


Text Example

White with #D914DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D914DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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