Html Css Color HEX #D817CC Deep Magenta

📋 copy color: '#D817CC'

red 216 ◦ green 23 ◦ blue 204

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

Shades of Deep Magenta #D817CC

Tints of Deep Magenta #D817CC

RGB

 RED value IS 216 (84.77% from 255) = 48.76%

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

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

R = 48.76%
G = 5.19%
B = 46.05%

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

#D817CC (or 0xD817CC) is known color: Deep Magenta. HEX triplet: D8, 17 and CC. RGB value is (216,23,204). Sum of RGB (Red+Green+Blue) = 216+23+204=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 23 (9.38% from 255 or 5.19% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D817CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D817CC is #27E833. Grayscale: #646464. Windows color (decimal): -2615348 or 13375448. OLE color: 13375448.

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

Color convert

RGB 216 23 204 -
CMYK 0 0.89 0.06 0.15
HSL 303.73º 0.81% 0.47% -
HSV(B) 303.73º 0.89% 0.85% -
XYZ 39.52 19.57 58.82 -
YUV 101.34 185.94 209.78 -
System Red Green Blue C M Y K H S L
Decimal 216 23 204 0 0.89 0.06 0.15 303.73 0.81 0.47
Hex D8 17 CC 0 59 6 F 130 51 2F
Octal 330 27 314 0 131 6 17 460 121 57
Binary 11011000 10111 11001100 0 1011001 110 1111 100110000 1010001 101111

Color Harmonies of #D817CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D817CC

Black with #D817CC

Text Example


Text Example

White with #D817CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D817CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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