Html Css Color HEX #D715C3 Deep Magenta

📋 copy color: '#D715C3'

red 215 ◦ green 21 ◦ blue 195

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

Shades of Deep Magenta #D715C3

Tints of Deep Magenta #D715C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 45.24%

R = 49.88%
G = 4.87%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D715C3 (or 0xD715C3) is known color: Deep Magenta. HEX triplet: D7, 15 and C3. RGB value is (215,21,195). Sum of RGB (Red+Green+Blue) = 215+21+195=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 21 (8.59% from 255 or 4.87% from 431); Blue value is 195 (76.56% from 255 or 45.24% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D715C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D715C3 is #28EA3C. Grayscale: #626262. Windows color (decimal): -2681405 or 12785111. OLE color: 12785111.

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

Color convert

RGB 215 21 195 -
CMYK 0 0.90 0.09 0.16
HSL 306.19º 0.82% 0.46% -
HSV(B) 306.19º 0.9% 0.84% -
XYZ 38.14 18.92 53.27 -
YUV 98.84 182.27 210.85 -
System Red Green Blue C M Y K H S L
Decimal 215 21 195 0 0.90 0.09 0.16 306.19 0.82 0.46
Hex D7 15 C3 0 5A 9 10 132 52 2E
Octal 327 25 303 0 132 11 20 462 122 56
Binary 11010111 10101 11000011 0 1011010 1001 10000 100110010 1010010 101110

Color Harmonies of #D715C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D715C3

Black with #D715C3

Text Example


Text Example

White with #D715C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D715C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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