Html Css Color HEX #D518BA Deep Magenta

📋 copy color: '#D518BA'

red 213 ◦ green 24 ◦ blue 186

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

Shades of Deep Magenta #D518BA

Tints of Deep Magenta #D518BA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.67%

 BLUE value IS 186 (73.05% from 255) = 43.97%

R = 50.35%
G = 5.67%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D518BA (or 0xD518BA) is known color: Deep Magenta. HEX triplet: D5, 18 and BA. RGB value is (213,24,186). Sum of RGB (Red+Green+Blue) = 213+24+186=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 24 (9.77% from 255 or 5.67% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D518BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D518BA is #2AE745. Grayscale: #626262. Windows color (decimal): -2811718 or 12196053. OLE color: 12196053.

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

Color convert

RGB 213 24 186 -
CMYK 0 0.89 0.13 0.16
HSL 308.57º 0.8% 0.46% -
HSV(B) 308.57º 0.89% 0.84% -
XYZ 36.63 18.34 48.06 -
YUV 98.98 177.12 209.33 -
System Red Green Blue C M Y K H S L
Decimal 213 24 186 0 0.89 0.13 0.16 308.57 0.8 0.46
Hex D5 18 BA 0 59 D 10 135 50 2E
Octal 325 30 272 0 131 15 20 465 120 56
Binary 11010101 11000 10111010 0 1011001 1101 10000 100110101 1010000 101110

Color Harmonies of #D518BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D518BA

Black with #D518BA

Text Example


Text Example

White with #D518BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D518BA; }

 p { color: rgb(213,24,186); }

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

background-color css

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

 a { background-color: rgb(213,24,186); }

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

border-color css

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

 span { border-color: rgb(213,24,186); }

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