Html Css Color HEX #D513B4 Deep Magenta

📋 copy color: '#D513B4'

red 213 ◦ green 19 ◦ blue 180

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

Shades of Deep Magenta #D513B4

Tints of Deep Magenta #D513B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.69%

R = 51.7%
G = 4.61%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D513B4 (or 0xD513B4) is known color: Deep Magenta. HEX triplet: D5, 13 and B4. RGB value is (213,19,180). Sum of RGB (Red+Green+Blue) = 213+19+180=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 19 (7.81% from 255 or 4.61% from 412); Blue value is 180 (70.70% from 255 or 43.69% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D513B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D513B4 is #2AEC4B. Grayscale: #5E5E5E. Windows color (decimal): -2813004 or 11801557. OLE color: 11801557.

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

Color convert

RGB 213 19 180 -
CMYK 0 0.91 0.15 0.16
HSL 310.21º 0.84% 0.45% -
HSV(B) 310.21º 0.91% 0.84% -
XYZ 35.91 17.91 44.74 -
YUV 95.36 175.77 211.91 -
System Red Green Blue C M Y K H S L
Decimal 213 19 180 0 0.91 0.15 0.16 310.21 0.84 0.45
Hex D5 13 B4 0 5B F 10 136 54 2D
Octal 325 23 264 0 133 17 20 466 124 55
Binary 11010101 10011 10110100 0 1011011 1111 10000 100110110 1010100 101101

Color Harmonies of #D513B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D513B4

Black with #D513B4

Text Example


Text Example

White with #D513B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D513B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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