Html Css Color HEX #D814DF Deep Magenta

📋 copy color: '#D814DF'

red 216 ◦ green 20 ◦ blue 223

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

Shades of Deep Magenta #D814DF

Tints of Deep Magenta #D814DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.58%

R = 47.06%
G = 4.36%
B = 48.58%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D814DF (or 0xD814DF) is known color: Deep Magenta. HEX triplet: D8, 14 and DF. RGB value is (216,20,223). Sum of RGB (Red+Green+Blue) = 216+20+223=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 20 (8.20% from 255 or 4.36% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #D814DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D814DF is #27EB20. Grayscale: #656565. Windows color (decimal): -2616097 or 14619864. OLE color: 14619864.

HSL color Cylindrical-coordinate representation of color #D814DF: hue angle of 297.93º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D814DF is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 20 223 -
CMYK 0.03 0.91 0 0.13
HSL 297.93º 0.84% 0.48% -
HSV(B) 297.93º 0.91% 0.87% -
XYZ 41.89 20.43 71.55 -
YUV 101.75 196.43 209.49 -
System Red Green Blue C M Y K H S L
Decimal 216 20 223 0.03 0.91 0 0.13 297.93 0.84 0.48
Hex D8 14 DF 3 5B 0 D 12A 54 30
Octal 330 24 337 3 133 0 15 452 124 60
Binary 11011000 10100 11011111 11 1011011 0 1101 100101010 1010100 110000

Color Harmonies of #D814DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D814DF

Black with #D814DF

Text Example


Text Example

White with #D814DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D814DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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