Html Css Color HEX #D915DC Deep Magenta

📋 copy color: '#D915DC'

red 217 ◦ green 21 ◦ blue 220

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

Shades of Deep Magenta #D915DC

Tints of Deep Magenta #D915DC

RGB

 RED value IS 217 (85.16% from 255) = 47.38%

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

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

R = 47.38%
G = 4.59%
B = 48.03%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D915DC (or 0xD915DC) is known color: Deep Magenta. HEX triplet: D9, 15 and DC. RGB value is (217,21,220). Sum of RGB (Red+Green+Blue) = 217+21+220=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 21 (8.59% from 255 or 4.59% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #D915DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D915DC is #26EA23. Grayscale: #656565. Windows color (decimal): -2550308 or 14423513. OLE color: 14423513.

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

Color convert

RGB 217 21 220 -
CMYK 0.01 0.90 0 0.14
HSL 299.1º 0.83% 0.47% -
HSV(B) 299.1º 0.9% 0.86% -
XYZ 41.8 20.46 69.46 -
YUV 102.29 194.43 209.82 -
System Red Green Blue C M Y K H S L
Decimal 217 21 220 0.01 0.90 0 0.14 299.1 0.83 0.47
Hex D9 15 DC 1 5A 0 E 12B 53 2F
Octal 331 25 334 1 132 0 16 453 123 57
Binary 11011001 10101 11011100 1 1011010 0 1110 100101011 1010011 101111

Color Harmonies of #D915DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D915DC

Black with #D915DC

Text Example


Text Example

White with #D915DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D915DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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