Html Css Color HEX #D715DC Deep Magenta

📋 copy color: '#D715DC'

red 215 ◦ green 21 ◦ blue 220

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

Shades of Deep Magenta #D715DC

Tints of Deep Magenta #D715DC

RGB

 RED value IS 215 (84.38% from 255) = 47.15%

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

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

R = 47.15%
G = 4.61%
B = 48.25%

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

#D715DC (or 0xD715DC) is known color: Deep Magenta. HEX triplet: D7, 15 and DC. RGB value is (215,21,220). Sum of RGB (Red+Green+Blue) = 215+21+220=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 21 (8.59% from 255 or 4.61% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #D715DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D715DC is #28EA23. Grayscale: #656565. Windows color (decimal): -2681380 or 14423511. OLE color: 14423511.

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

Color convert

RGB 215 21 220 -
CMYK 0.02 0.90 0 0.14
HSL 298.49º 0.83% 0.47% -
HSV(B) 298.49º 0.9% 0.86% -
XYZ 41.21 20.15 69.43 -
YUV 101.69 194.77 208.82 -
System Red Green Blue C M Y K H S L
Decimal 215 21 220 0.02 0.90 0 0.14 298.49 0.83 0.47
Hex D7 15 DC 2 5A 0 E 12A 53 2F
Octal 327 25 334 2 132 0 16 452 123 57
Binary 11010111 10101 11011100 10 1011010 0 1110 100101010 1010011 101111

Color Harmonies of #D715DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D715DC

Black with #D715DC

Text Example


Text Example

White with #D715DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D715DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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