Html Css Color HEX #D817C8 Deep Magenta

📋 copy color: '#D817C8'

red 216 ◦ green 23 ◦ blue 200

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

Shades of Deep Magenta #D817C8

Tints of Deep Magenta #D817C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.56%

R = 49.2%
G = 5.24%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D817C8 (or 0xD817C8) is known color: Deep Magenta. HEX triplet: D8, 17 and C8. RGB value is (216,23,200). Sum of RGB (Red+Green+Blue) = 216+23+200=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 23 (9.38% from 255 or 5.24% from 439); Blue value is 200 (78.52% from 255 or 45.56% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D817C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D817C8 is #27E837. Grayscale: #646464. Windows color (decimal): -2615352 or 13113304. OLE color: 13113304.

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

Color convert

RGB 216 23 200 -
CMYK 0 0.89 0.07 0.15
HSL 304.97º 0.81% 0.47% -
HSV(B) 304.97º 0.89% 0.85% -
XYZ 39.05 19.38 56.33 -
YUV 100.89 183.94 210.11 -
System Red Green Blue C M Y K H S L
Decimal 216 23 200 0 0.89 0.07 0.15 304.97 0.81 0.47
Hex D8 17 C8 0 59 7 F 131 51 2F
Octal 330 27 310 0 131 7 17 461 121 57
Binary 11011000 10111 11001000 0 1011001 111 1111 100110001 1010001 101111

Color Harmonies of #D817C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D817C8

Black with #D817C8

Text Example


Text Example

White with #D817C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D817C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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