Html Css Color HEX #D815C8 Deep Magenta

📋 copy color: '#D815C8'

red 216 ◦ green 21 ◦ blue 200

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

Shades of Deep Magenta #D815C8

Tints of Deep Magenta #D815C8

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.81%

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

R = 49.43%
G = 4.81%
B = 45.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D815C8 (or 0xD815C8) is known color: Deep Magenta. HEX triplet: D8, 15 and C8. RGB value is (216,21,200). Sum of RGB (Red+Green+Blue) = 216+21+200=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 21 (8.59% from 255 or 4.81% from 437); Blue value is 200 (78.52% from 255 or 45.77% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D815C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D815C8 is #27EA37. Grayscale: #636363. Windows color (decimal): -2615864 or 13112792. OLE color: 13112792.

HSL color Cylindrical-coordinate representation of color #D815C8: hue angle of 304.92º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D815C8 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 21 200 -
CMYK 0 0.90 0.07 0.15
HSL 304.92º 0.82% 0.46% -
HSV(B) 304.92º 0.9% 0.85% -
XYZ 39.01 19.31 56.31 -
YUV 99.71 184.6 210.95 -
System Red Green Blue C M Y K H S L
Decimal 216 21 200 0 0.90 0.07 0.15 304.92 0.82 0.46
Hex D8 15 C8 0 5A 7 F 131 52 2E
Octal 330 25 310 0 132 7 17 461 122 56
Binary 11011000 10101 11001000 0 1011010 111 1111 100110001 1010010 101110

Color Harmonies of #D815C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D815C8

Black with #D815C8

Text Example


Text Example

White with #D815C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D815C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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