Html Css Color HEX #D506BA Deep Magenta

📋 copy color: '#D506BA'

red 213 ◦ green 6 ◦ blue 186

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

Shades of Deep Magenta #D506BA

Tints of Deep Magenta #D506BA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.48%

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

R = 52.59%
G = 1.48%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D506BA (or 0xD506BA) is known color: Deep Magenta. HEX triplet: D5, 06 and BA. RGB value is (213,6,186). Sum of RGB (Red+Green+Blue) = 213+6+186=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 6 (2.73% from 255 or 1.48% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D506BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D506BA is #2AF945. Grayscale: #575757. Windows color (decimal): -2816326 or 12191445. OLE color: 12191445.

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

Color convert

RGB 213 6 186 -
CMYK 0 0.97 0.13 0.16
HSL 307.83º 0.95% 0.43% -
HSV(B) 307.83º 0.97% 0.84% -
XYZ 36.37 17.82 47.98 -
YUV 88.41 183.08 216.86 -
System Red Green Blue C M Y K H S L
Decimal 213 6 186 0 0.97 0.13 0.16 307.83 0.95 0.43
Hex D5 6 BA 0 61 D 10 134 5F 2B
Octal 325 6 272 0 141 15 20 464 137 53
Binary 11010101 110 10111010 0 1100001 1101 10000 100110100 1011111 101011

Color Harmonies of #D506BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D506BA

Black with #D506BA

Text Example


Text Example

White with #D506BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D506BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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