Html Css Color HEX #D507BA Deep Magenta

📋 copy color: '#D507BA'

red 213 ◦ green 7 ◦ blue 186

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

Shades of Deep Magenta #D507BA

Tints of Deep Magenta #D507BA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.72%

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

R = 52.46%
G = 1.72%
B = 45.81%

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

#D507BA (or 0xD507BA) is known color: Deep Magenta. HEX triplet: D5, 07 and BA. RGB value is (213,7,186). Sum of RGB (Red+Green+Blue) = 213+7+186=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 7 (3.12% from 255 or 1.72% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D507BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D507BA is #2AF845. Grayscale: #585858. Windows color (decimal): -2816070 or 12191701. OLE color: 12191701.

HSL color Cylindrical-coordinate representation of color #D507BA: hue angle of 307.86º degrees, saturation: 0.94, 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 #D507BA is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 7 186 -
CMYK 0 0.97 0.13 0.16
HSL 307.86º 0.94% 0.43% -
HSV(B) 307.86º 0.97% 0.84% -
XYZ 36.38 17.84 47.98 -
YUV 89 182.75 216.45 -
System Red Green Blue C M Y K H S L
Decimal 213 7 186 0 0.97 0.13 0.16 307.86 0.94 0.43
Hex D5 7 BA 0 61 D 10 134 5E 2B
Octal 325 7 272 0 141 15 20 464 136 53
Binary 11010101 111 10111010 0 1100001 1101 10000 100110100 1011110 101011

Color Harmonies of #D507BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D507BA

Black with #D507BA

Text Example


Text Example

White with #D507BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D507BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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