Html Css Color HEX #D913C7 Deep Magenta

📋 copy color: '#D913C7'

red 217 ◦ green 19 ◦ blue 199

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

Shades of Deep Magenta #D913C7

Tints of Deep Magenta #D913C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.75%

R = 49.89%
G = 4.37%
B = 45.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D913C7 (or 0xD913C7) is known color: Deep Magenta. HEX triplet: D9, 13 and C7. RGB value is (217,19,199). Sum of RGB (Red+Green+Blue) = 217+19+199=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 19 (7.81% from 255 or 4.37% from 435); Blue value is 199 (78.12% from 255 or 45.75% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D913C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D913C7 is #26EC38. Grayscale: #626262. Windows color (decimal): -2550841 or 13046745. OLE color: 13046745.

HSL color Cylindrical-coordinate representation of color #D913C7: hue angle of 305.45º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D913C7 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 19 199 -
CMYK 0 0.91 0.08 0.15
HSL 305.45º 0.84% 0.46% -
HSV(B) 305.45º 0.91% 0.85% -
XYZ 39.16 19.34 55.7 -
YUV 98.72 184.6 212.36 -
System Red Green Blue C M Y K H S L
Decimal 217 19 199 0 0.91 0.08 0.15 305.45 0.84 0.46
Hex D9 13 C7 0 5B 8 F 131 54 2E
Octal 331 23 307 0 133 10 17 461 124 56
Binary 11011001 10011 11000111 0 1011011 1000 1111 100110001 1010100 101110

Color Harmonies of #D913C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D913C7

Black with #D913C7

Text Example


Text Example

White with #D913C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D913C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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