Html Css Color HEX #D817CD Deep Magenta

📋 copy color: '#D817CD'

red 216 ◦ green 23 ◦ blue 205

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

Shades of Deep Magenta #D817CD

Tints of Deep Magenta #D817CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.17%

R = 48.65%
G = 5.18%
B = 46.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D817CD (or 0xD817CD) is known color: Deep Magenta. HEX triplet: D8, 17 and CD. RGB value is (216,23,205). Sum of RGB (Red+Green+Blue) = 216+23+205=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 23 (9.38% from 255 or 5.18% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D817CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D817CD is #27E832. Grayscale: #646464. Windows color (decimal): -2615347 or 13440984. OLE color: 13440984.

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

Color convert

RGB 216 23 205 -
CMYK 0 0.89 0.05 0.15
HSL 303.42º 0.81% 0.47% -
HSV(B) 303.42º 0.89% 0.85% -
XYZ 39.64 19.62 59.46 -
YUV 101.46 186.44 209.7 -
System Red Green Blue C M Y K H S L
Decimal 216 23 205 0 0.89 0.05 0.15 303.42 0.81 0.47
Hex D8 17 CD 0 59 5 F 12F 51 2F
Octal 330 27 315 0 131 5 17 457 121 57
Binary 11011000 10111 11001101 0 1011001 101 1111 100101111 1010001 101111

Color Harmonies of #D817CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D817CD

Black with #D817CD

Text Example


Text Example

White with #D817CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D817CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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