Html Css Color HEX #D815CE Deep Magenta

📋 copy color: '#D815CE'

red 216 ◦ green 21 ◦ blue 206

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

Shades of Deep Magenta #D815CE

Tints of Deep Magenta #D815CE

RGB

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

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

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

R = 48.76%
G = 4.74%
B = 46.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D815CE (or 0xD815CE) is known color: Deep Magenta. HEX triplet: D8, 15 and CE. RGB value is (216,21,206). Sum of RGB (Red+Green+Blue) = 216+21+206=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 21 (8.59% from 255 or 4.74% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D815CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D815CE is #27EA31. Grayscale: #636363. Windows color (decimal): -2615858 or 13506008. OLE color: 13506008.

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

Color convert

RGB 216 21 206 -
CMYK 0 0.90 0.05 0.15
HSL 303.08º 0.82% 0.46% -
HSV(B) 303.08º 0.9% 0.85% -
XYZ 39.73 19.59 60.08 -
YUV 100.4 187.6 210.46 -
System Red Green Blue C M Y K H S L
Decimal 216 21 206 0 0.90 0.05 0.15 303.08 0.82 0.46
Hex D8 15 CE 0 5A 5 F 12F 52 2E
Octal 330 25 316 0 132 5 17 457 122 56
Binary 11011000 10101 11001110 0 1011010 101 1111 100101111 1010010 101110

Color Harmonies of #D815CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D815CE

Black with #D815CE

Text Example


Text Example

White with #D815CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D815CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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