Html Css Color HEX #D917CC Deep Magenta

📋 copy color: '#D917CC'

red 217 ◦ green 23 ◦ blue 204

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

Shades of Deep Magenta #D917CC

Tints of Deep Magenta #D917CC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.18%

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

R = 48.87%
G = 5.18%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D917CC (or 0xD917CC) is known color: Deep Magenta. HEX triplet: D9, 17 and CC. RGB value is (217,23,204). Sum of RGB (Red+Green+Blue) = 217+23+204=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 23 (9.38% from 255 or 5.18% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D917CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D917CC is #26E833. Grayscale: #656565. Windows color (decimal): -2549812 or 13375449. OLE color: 13375449.

HSL color Cylindrical-coordinate representation of color #D917CC: hue angle of 304.02º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D917CC is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 23 204 -
CMYK 0 0.89 0.06 0.15
HSL 304.02º 0.81% 0.47% -
HSV(B) 304.02º 0.89% 0.85% -
XYZ 39.82 19.72 58.84 -
YUV 101.64 185.77 210.28 -
System Red Green Blue C M Y K H S L
Decimal 217 23 204 0 0.89 0.06 0.15 304.02 0.81 0.47
Hex D9 17 CC 0 59 6 F 130 51 2F
Octal 331 27 314 0 131 6 17 460 121 57
Binary 11011001 10111 11001100 0 1011001 110 1111 100110000 1010001 101111

Color Harmonies of #D917CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D917CC

Black with #D917CC

Text Example


Text Example

White with #D917CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D917CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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