Html Css Color HEX #D514B8 Deep Magenta

📋 copy color: '#D514B8'

red 213 ◦ green 20 ◦ blue 184

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

Shades of Deep Magenta #D514B8

Tints of Deep Magenta #D514B8

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.8%

 BLUE value IS 184 (72.27% from 255) = 44.12%

R = 51.08%
G = 4.8%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D514B8 (or 0xD514B8) is known color: Deep Magenta. HEX triplet: D5, 14 and B8. RGB value is (213,20,184). Sum of RGB (Red+Green+Blue) = 213+20+184=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 20 (8.20% from 255 or 4.80% from 417); Blue value is 184 (72.27% from 255 or 44.12% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D514B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D514B8 is #2AEB47. Grayscale: #5F5F5F. Windows color (decimal): -2812744 or 12063957. OLE color: 12063957.

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

Color convert

RGB 213 20 184 -
CMYK 0 0.91 0.14 0.16
HSL 309.02º 0.83% 0.46% -
HSV(B) 309.02º 0.91% 0.84% -
XYZ 36.34 18.11 46.93 -
YUV 96.4 177.44 211.16 -
System Red Green Blue C M Y K H S L
Decimal 213 20 184 0 0.91 0.14 0.16 309.02 0.83 0.46
Hex D5 14 B8 0 5B E 10 135 53 2E
Octal 325 24 270 0 133 16 20 465 123 56
Binary 11010101 10100 10111000 0 1011011 1110 10000 100110101 1010011 101110

Color Harmonies of #D514B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D514B8

Black with #D514B8

Text Example


Text Example

White with #D514B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D514B8; }

 p { color: rgb(213,20,184); }

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

background-color css

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

 a { background-color: rgb(213,20,184); }

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

border-color css

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

 span { border-color: rgb(213,20,184); }

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