Html Css Color HEX #D515C6 Deep Magenta

📋 copy color: '#D515C6'

red 213 ◦ green 21 ◦ blue 198

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

Shades of Deep Magenta #D515C6

Tints of Deep Magenta #D515C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45.83%

R = 49.31%
G = 4.86%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D515C6 (or 0xD515C6) is known color: Deep Magenta. HEX triplet: D5, 15 and C6. RGB value is (213,21,198). Sum of RGB (Red+Green+Blue) = 213+21+198=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 21 (8.59% from 255 or 4.86% from 432); Blue value is 198 (77.73% from 255 or 45.83% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D515C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D515C6 is #2AEA39. Grayscale: #626262. Windows color (decimal): -2812474 or 12981717. OLE color: 12981717.

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

Color convert

RGB 213 21 198 -
CMYK 0 0.90 0.07 0.16
HSL 304.69º 0.82% 0.46% -
HSV(B) 304.69º 0.9% 0.84% -
XYZ 37.9 18.76 55.05 -
YUV 98.59 184.11 209.61 -
System Red Green Blue C M Y K H S L
Decimal 213 21 198 0 0.90 0.07 0.16 304.69 0.82 0.46
Hex D5 15 C6 0 5A 7 10 131 52 2E
Octal 325 25 306 0 132 7 20 461 122 56
Binary 11010101 10101 11000110 0 1011010 111 10000 100110001 1010010 101110

Color Harmonies of #D515C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D515C6

Black with #D515C6

Text Example


Text Example

White with #D515C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D515C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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