Html Css Color HEX #D817CE Deep Magenta

📋 copy color: '#D817CE'

red 216 ◦ green 23 ◦ blue 206

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

Shades of Deep Magenta #D817CE

Tints of Deep Magenta #D817CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.29%

R = 48.54%
G = 5.17%
B = 46.29%

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

#D817CE (or 0xD817CE) is known color: Deep Magenta. HEX triplet: D8, 17 and CE. RGB value is (216,23,206). Sum of RGB (Red+Green+Blue) = 216+23+206=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 23 (9.38% from 255 or 5.17% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D817CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D817CE is #27E831. Grayscale: #656565. Windows color (decimal): -2615346 or 13506520. OLE color: 13506520.

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

Color convert

RGB 216 23 206 -
CMYK 0 0.89 0.05 0.15
HSL 303.11º 0.81% 0.47% -
HSV(B) 303.11º 0.89% 0.85% -
XYZ 39.77 19.67 60.09 -
YUV 101.57 186.94 209.62 -
System Red Green Blue C M Y K H S L
Decimal 216 23 206 0 0.89 0.05 0.15 303.11 0.81 0.47
Hex D8 17 CE 0 59 5 F 12F 51 2F
Octal 330 27 316 0 131 5 17 457 121 57
Binary 11011000 10111 11001110 0 1011001 101 1111 100101111 1010001 101111

Color Harmonies of #D817CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D817CE

Black with #D817CE

Text Example


Text Example

White with #D817CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D817CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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