Html Css Color HEX #D515C0 Deep Magenta

📋 copy color: '#D515C0'

red 213 ◦ green 21 ◦ blue 192

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

Shades of Deep Magenta #D515C0

Tints of Deep Magenta #D515C0

RGB

 RED value IS 213 (83.59% from 255) = 50%

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

 BLUE value IS 192 (75.39% from 255) = 45.07%

R = 50%
G = 4.93%
B = 45.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D515C0 (or 0xD515C0) is known color: Deep Magenta. HEX triplet: D5, 15 and C0. RGB value is (213,21,192). Sum of RGB (Red+Green+Blue) = 213+21+192=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 21 (8.59% from 255 or 4.93% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D515C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D515C0 is #2AEA3F. Grayscale: #616161. Windows color (decimal): -2812480 or 12588501. OLE color: 12588501.

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

Color convert

RGB 213 21 192 -
CMYK 0 0.90 0.10 0.16
HSL 306.56º 0.82% 0.46% -
HSV(B) 306.56º 0.9% 0.84% -
XYZ 37.22 18.49 51.48 -
YUV 97.9 181.11 210.1 -
System Red Green Blue C M Y K H S L
Decimal 213 21 192 0 0.90 0.10 0.16 306.56 0.82 0.46
Hex D5 15 C0 0 5A A 10 133 52 2E
Octal 325 25 300 0 132 12 20 463 122 56
Binary 11010101 10101 11000000 0 1011010 1010 10000 100110011 1010010 101110

Color Harmonies of #D515C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D515C0

Black with #D515C0

Text Example


Text Example

White with #D515C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D515C0; }

 p { color: rgb(213,21,192); }

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

background-color css

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

 a { background-color: rgb(213,21,192); }

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

border-color css

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

 span { border-color: rgb(213,21,192); }

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