Html Css Color HEX #D515B8 Deep Magenta

📋 copy color: '#D515B8'

red 213 ◦ green 21 ◦ blue 184

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

Shades of Deep Magenta #D515B8

Tints of Deep Magenta #D515B8

RGB

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

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

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

R = 50.96%
G = 5.02%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D515B8 (or 0xD515B8) is known color: Deep Magenta. HEX triplet: D5, 15 and B8. RGB value is (213,21,184). Sum of RGB (Red+Green+Blue) = 213+21+184=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 21 (8.59% from 255 or 5.02% from 418); Blue value is 184 (72.27% from 255 or 44.02% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D515B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D515B8 is #2AEA47. Grayscale: #606060. Windows color (decimal): -2812488 or 12064213. OLE color: 12064213.

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

Color convert

RGB 213 21 184 -
CMYK 0 0.90 0.14 0.16
HSL 309.06º 0.82% 0.46% -
HSV(B) 309.06º 0.9% 0.84% -
XYZ 36.36 18.14 46.93 -
YUV 96.99 177.11 210.75 -
System Red Green Blue C M Y K H S L
Decimal 213 21 184 0 0.90 0.14 0.16 309.06 0.82 0.46
Hex D5 15 B8 0 5A E 10 135 52 2E
Octal 325 25 270 0 132 16 20 465 122 56
Binary 11010101 10101 10111000 0 1011010 1110 10000 100110101 1010010 101110

Color Harmonies of #D515B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D515B8

Black with #D515B8

Text Example


Text Example

White with #D515B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D515B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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