Html Css Color HEX #D815DC Deep Magenta

📋 copy color: '#D815DC'

red 216 ◦ green 21 ◦ blue 220

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

Shades of Deep Magenta #D815DC

Tints of Deep Magenta #D815DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.14%

R = 47.26%
G = 4.6%
B = 48.14%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D815DC (or 0xD815DC) is known color: Deep Magenta. HEX triplet: D8, 15 and DC. RGB value is (216,21,220). Sum of RGB (Red+Green+Blue) = 216+21+220=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 21 (8.59% from 255 or 4.60% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #D815DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D815DC is #27EA23. Grayscale: #656565. Windows color (decimal): -2615844 or 14423512. OLE color: 14423512.

HSL color Cylindrical-coordinate representation of color #D815DC: hue angle of 298.79º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D815DC is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 21 220 -
CMYK 0.02 0.90 0 0.14
HSL 298.79º 0.83% 0.47% -
HSV(B) 298.79º 0.9% 0.86% -
XYZ 41.51 20.3 69.44 -
YUV 101.99 194.6 209.32 -
System Red Green Blue C M Y K H S L
Decimal 216 21 220 0.02 0.90 0 0.14 298.79 0.83 0.47
Hex D8 15 DC 2 5A 0 E 12B 53 2F
Octal 330 25 334 2 132 0 16 453 123 57
Binary 11011000 10101 11011100 10 1011010 0 1110 100101011 1010011 101111

Color Harmonies of #D815DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D815DC

Black with #D815DC

Text Example


Text Example

White with #D815DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D815DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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