Html Css Color HEX #D914DF Deep Magenta

📋 copy color: '#D914DF'

red 217 ◦ green 20 ◦ blue 223

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

Shades of Deep Magenta #D914DF

Tints of Deep Magenta #D914DF

RGB

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

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

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

R = 47.17%
G = 4.35%
B = 48.48%

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

#D914DF (or 0xD914DF) is known color: Deep Magenta. HEX triplet: D9, 14 and DF. RGB value is (217,20,223). Sum of RGB (Red+Green+Blue) = 217+20+223=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 20 (8.20% from 255 or 4.35% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #D914DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D914DF is #26EB20. Grayscale: #656565. Windows color (decimal): -2550561 or 14619865. OLE color: 14619865.

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

Color convert

RGB 217 20 223 -
CMYK 0.03 0.91 0 0.13
HSL 298.23º 0.84% 0.48% -
HSV(B) 298.23º 0.91% 0.87% -
XYZ 42.18 20.58 71.56 -
YUV 102.05 196.27 209.99 -
System Red Green Blue C M Y K H S L
Decimal 217 20 223 0.03 0.91 0 0.13 298.23 0.84 0.48
Hex D9 14 DF 3 5B 0 D 12A 54 30
Octal 331 24 337 3 133 0 15 452 124 60
Binary 11011001 10100 11011111 11 1011011 0 1101 100101010 1010100 110000

Color Harmonies of #D914DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D914DF

Black with #D914DF

Text Example


Text Example

White with #D914DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D914DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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