Html Css Color HEX #D520BB Deep Magenta

📋 copy color: '#D520BB'

red 213 ◦ green 32 ◦ blue 187

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

Shades of Deep Magenta #D520BB

Tints of Deep Magenta #D520BB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.41%

 BLUE value IS 187 (73.44% from 255) = 43.29%

R = 49.31%
G = 7.41%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D520BB (or 0xD520BB) is known color: Deep Magenta. HEX triplet: D5, 20 and BB. RGB value is (213,32,187). Sum of RGB (Red+Green+Blue) = 213+32+187=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 32 (12.89% from 255 or 7.41% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D520BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D520BB is #2ADF44. Grayscale: #676767. Windows color (decimal): -2809669 or 12263637. OLE color: 12263637.

HSL color Cylindrical-coordinate representation of color #D520BB: hue angle of 308.62º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D520BB is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 32 187 -
CMYK 0 0.85 0.12 0.16
HSL 308.62º 0.74% 0.48% -
HSV(B) 308.62º 0.85% 0.84% -
XYZ 36.93 18.77 48.69 -
YUV 103.79 174.97 205.9 -
System Red Green Blue C M Y K H S L
Decimal 213 32 187 0 0.85 0.12 0.16 308.62 0.74 0.48
Hex D5 20 BB 0 55 C 10 135 4A 30
Octal 325 40 273 0 125 14 20 465 112 60
Binary 11010101 100000 10111011 0 1010101 1100 10000 100110101 1001010 110000

Color Harmonies of #D520BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D520BB

Black with #D520BB

Text Example


Text Example

White with #D520BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D520BB; }

 p { color: rgb(213,32,187); }

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

background-color css

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

 a { background-color: rgb(213,32,187); }

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

border-color css

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

 span { border-color: rgb(213,32,187); }

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