Html Css Color HEX #D505BA Deep Magenta

📋 copy color: '#D505BA'

red 213 ◦ green 5 ◦ blue 186

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

Shades of Deep Magenta #D505BA

Tints of Deep Magenta #D505BA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.24%

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

R = 52.72%
G = 1.24%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D505BA (or 0xD505BA) is known color: Deep Magenta. HEX triplet: D5, 05 and BA. RGB value is (213,5,186). Sum of RGB (Red+Green+Blue) = 213+5+186=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 5 (2.34% from 255 or 1.24% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D505BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D505BA is #2AFA45. Grayscale: #575757. Windows color (decimal): -2816582 or 12191189. OLE color: 12191189.

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

Color convert

RGB 213 5 186 -
CMYK 0 0.98 0.13 0.16
HSL 307.79º 0.95% 0.43% -
HSV(B) 307.79º 0.98% 0.84% -
XYZ 36.36 17.8 47.97 -
YUV 87.83 183.41 217.28 -
System Red Green Blue C M Y K H S L
Decimal 213 5 186 0 0.98 0.13 0.16 307.79 0.95 0.43
Hex D5 5 BA 0 62 D 10 134 5F 2B
Octal 325 5 272 0 142 15 20 464 137 53
Binary 11010101 101 10111010 0 1100010 1101 10000 100110100 1011111 101011

Color Harmonies of #D505BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D505BA

Black with #D505BA

Text Example


Text Example

White with #D505BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D505BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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