Html Css Color HEX #D913DF Deep Magenta

📋 copy color: '#D913DF'

red 217 ◦ green 19 ◦ blue 223

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

Shades of Deep Magenta #D913DF

Tints of Deep Magenta #D913DF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.14%

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

R = 47.28%
G = 4.14%
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

#D913DF (or 0xD913DF) is known color: Deep Magenta. HEX triplet: D9, 13 and DF. RGB value is (217,19,223). Sum of RGB (Red+Green+Blue) = 217+19+223=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 19 (7.81% from 255 or 4.14% 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 #D913DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D913DF is #26EC20. Grayscale: #646464. Windows color (decimal): -2550817 or 14619609. OLE color: 14619609.

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

Color convert

RGB 217 19 223 -
CMYK 0.03 0.91 0 0.13
HSL 298.24º 0.84% 0.47% -
HSV(B) 298.24º 0.91% 0.87% -
XYZ 42.17 20.55 71.56 -
YUV 101.46 196.6 210.41 -
System Red Green Blue C M Y K H S L
Decimal 217 19 223 0.03 0.91 0 0.13 298.24 0.84 0.47
Hex D9 13 DF 3 5B 0 D 12A 54 2F
Octal 331 23 337 3 133 0 15 452 124 57
Binary 11011001 10011 11011111 11 1011011 0 1101 100101010 1010100 101111

Color Harmonies of #D913DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D913DF

Black with #D913DF

Text Example


Text Example

White with #D913DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D913DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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