Html Css Color HEX #D513C8 Deep Magenta

📋 copy color: '#D513C8'

red 213 ◦ green 19 ◦ blue 200

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

Shades of Deep Magenta #D513C8

Tints of Deep Magenta #D513C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 46.3%

R = 49.31%
G = 4.4%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D513C8 (or 0xD513C8) is known color: Deep Magenta. HEX triplet: D5, 13 and C8. RGB value is (213,19,200). Sum of RGB (Red+Green+Blue) = 213+19+200=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 19 (7.81% from 255 or 4.40% from 432); Blue value is 200 (78.52% from 255 or 46.30% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D513C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D513C8 is #2AEC37. Grayscale: #616161. Windows color (decimal): -2812984 or 13112277. OLE color: 13112277.

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

Color convert

RGB 213 19 200 -
CMYK 0 0.91 0.06 0.16
HSL 304.02º 0.84% 0.45% -
HSV(B) 304.02º 0.91% 0.84% -
XYZ 38.1 18.78 56.26 -
YUV 97.64 185.77 210.28 -
System Red Green Blue C M Y K H S L
Decimal 213 19 200 0 0.91 0.06 0.16 304.02 0.84 0.45
Hex D5 13 C8 0 5B 6 10 130 54 2D
Octal 325 23 310 0 133 6 20 460 124 55
Binary 11010101 10011 11001000 0 1011011 110 10000 100110000 1010100 101101

Color Harmonies of #D513C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D513C8

Black with #D513C8

Text Example


Text Example

White with #D513C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D513C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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