Html Css Color HEX #D522BC Deep Magenta

📋 copy color: '#D522BC'

red 213 ◦ green 34 ◦ blue 188

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

Shades of Deep Magenta #D522BC

Tints of Deep Magenta #D522BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.22%

R = 48.97%
G = 7.82%
B = 43.22%

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

#D522BC (or 0xD522BC) is known color: Deep Magenta. HEX triplet: D5, 22 and BC. RGB value is (213,34,188). Sum of RGB (Red+Green+Blue) = 213+34+188=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 34 (13.67% from 255 or 7.82% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D522BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D522BC is #2ADD43. Grayscale: #686868. Windows color (decimal): -2809156 or 12329685. OLE color: 12329685.

HSL color Cylindrical-coordinate representation of color #D522BC: hue angle of 308.38º 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 #D522BC is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 34 188 -
CMYK 0 0.84 0.12 0.16
HSL 308.38º 0.72% 0.48% -
HSV(B) 308.38º 0.84% 0.84% -
XYZ 37.09 18.92 49.27 -
YUV 105.08 174.8 204.98 -
System Red Green Blue C M Y K H S L
Decimal 213 34 188 0 0.84 0.12 0.16 308.38 0.72 0.48
Hex D5 22 BC 0 54 C 10 134 48 30
Octal 325 42 274 0 124 14 20 464 110 60
Binary 11010101 100010 10111100 0 1010100 1100 10000 100110100 1001000 110000

Color Harmonies of #D522BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D522BC

Black with #D522BC

Text Example


Text Example

White with #D522BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D522BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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