Html Css Color HEX #D513C7 Deep Magenta

📋 copy color: '#D513C7'

red 213 ◦ green 19 ◦ blue 199

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

Shades of Deep Magenta #D513C7

Tints of Deep Magenta #D513C7

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.41%

 BLUE value IS 199 (78.13% from 255) = 46.17%

R = 49.42%
G = 4.41%
B = 46.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D513C7 (or 0xD513C7) is known color: Deep Magenta. HEX triplet: D5, 13 and C7. RGB value is (213,19,199). Sum of RGB (Red+Green+Blue) = 213+19+199=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 19 (7.81% from 255 or 4.41% from 431); Blue value is 199 (78.12% from 255 or 46.17% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D513C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D513C7 is #2AEC38. Grayscale: #616161. Windows color (decimal): -2812985 or 13046741. OLE color: 13046741.

HSL color Cylindrical-coordinate representation of color #D513C7: hue angle of 304.33º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D513C7 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 19 199 -
CMYK 0 0.91 0.07 0.16
HSL 304.33º 0.84% 0.45% -
HSV(B) 304.33º 0.91% 0.84% -
XYZ 37.98 18.74 55.65 -
YUV 97.53 185.27 210.36 -
System Red Green Blue C M Y K H S L
Decimal 213 19 199 0 0.91 0.07 0.16 304.33 0.84 0.45
Hex D5 13 C7 0 5B 7 10 130 54 2D
Octal 325 23 307 0 133 7 20 460 124 55
Binary 11010101 10011 11000111 0 1011011 111 10000 100110000 1010100 101101

Color Harmonies of #D513C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D513C7

Black with #D513C7

Text Example


Text Example

White with #D513C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D513C7; }

 p { color: rgb(213,19,199); }

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

background-color css

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

 a { background-color: rgb(213,19,199); }

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

border-color css

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

 span { border-color: rgb(213,19,199); }

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