Html Css Color HEX #D522BB Deep Magenta

📋 copy color: '#D522BB'

red 213 ◦ green 34 ◦ blue 187

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

Shades of Deep Magenta #D522BB

Tints of Deep Magenta #D522BB

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.83%

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

R = 49.08%
G = 7.83%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D522BB (or 0xD522BB) is known color: Deep Magenta. HEX triplet: D5, 22 and BB. RGB value is (213,34,187). Sum of RGB (Red+Green+Blue) = 213+34+187=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 34 (13.67% from 255 or 7.83% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D522BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D522BB is #2ADD44. Grayscale: #686868. Windows color (decimal): -2809157 or 12264149. OLE color: 12264149.

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

Color convert

RGB 213 34 187 -
CMYK 0 0.84 0.12 0.16
HSL 308.72º 0.72% 0.48% -
HSV(B) 308.72º 0.84% 0.84% -
XYZ 36.98 18.88 48.71 -
YUV 104.96 174.3 205.06 -
System Red Green Blue C M Y K H S L
Decimal 213 34 187 0 0.84 0.12 0.16 308.72 0.72 0.48
Hex D5 22 BB 0 54 C 10 135 48 30
Octal 325 42 273 0 124 14 20 465 110 60
Binary 11010101 100010 10111011 0 1010100 1100 10000 100110101 1001000 110000

Color Harmonies of #D522BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D522BB

Black with #D522BB

Text Example


Text Example

White with #D522BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D522BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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