Html Css Color HEX #D913CC Deep Magenta

📋 copy color: '#D913CC'

red 217 ◦ green 19 ◦ blue 204

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

Shades of Deep Magenta #D913CC

Tints of Deep Magenta #D913CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.36%

R = 49.32%
G = 4.32%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D913CC (or 0xD913CC) is known color: Deep Magenta. HEX triplet: D9, 13 and CC. RGB value is (217,19,204). Sum of RGB (Red+Green+Blue) = 217+19+204=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 19 (7.81% from 255 or 4.32% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D913CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D913CC is #26EC33. Grayscale: #626262. Windows color (decimal): -2550836 or 13374425. OLE color: 13374425.

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

Color convert

RGB 217 19 204 -
CMYK 0 0.91 0.06 0.15
HSL 303.94º 0.84% 0.46% -
HSV(B) 303.94º 0.91% 0.85% -
XYZ 39.75 19.58 58.81 -
YUV 99.29 187.1 211.96 -
System Red Green Blue C M Y K H S L
Decimal 217 19 204 0 0.91 0.06 0.15 303.94 0.84 0.46
Hex D9 13 CC 0 5B 6 F 130 54 2E
Octal 331 23 314 0 133 6 17 460 124 56
Binary 11011001 10011 11001100 0 1011011 110 1111 100110000 1010100 101110

Color Harmonies of #D913CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D913CC

Black with #D913CC

Text Example


Text Example

White with #D913CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D913CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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