Html Css Color HEX #D515DC Deep Magenta

📋 copy color: '#D515DC'

red 213 ◦ green 21 ◦ blue 220

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

Shades of Deep Magenta #D515DC

Tints of Deep Magenta #D515DC

RGB

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

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

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

R = 46.92%
G = 4.63%
B = 48.46%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D515DC (or 0xD515DC) is known color: Deep Magenta. HEX triplet: D5, 15 and DC. RGB value is (213,21,220). Sum of RGB (Red+Green+Blue) = 213+21+220=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 21 (8.59% from 255 or 4.63% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #D515DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D515DC is #2AEA23. Grayscale: #646464. Windows color (decimal): -2812452 or 14423509. OLE color: 14423509.

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

Color convert

RGB 213 21 220 -
CMYK 0.03 0.90 0 0.14
HSL 297.89º 0.83% 0.47% -
HSV(B) 297.89º 0.9% 0.86% -
XYZ 40.63 19.85 69.4 -
YUV 101.09 195.11 207.82 -
System Red Green Blue C M Y K H S L
Decimal 213 21 220 0.03 0.90 0 0.14 297.89 0.83 0.47
Hex D5 15 DC 3 5A 0 E 12A 53 2F
Octal 325 25 334 3 132 0 16 452 123 57
Binary 11010101 10101 11011100 11 1011010 0 1110 100101010 1010011 101111

Color Harmonies of #D515DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D515DC

Black with #D515DC

Text Example


Text Example

White with #D515DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D515DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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