Html Css Color HEX #D528BB Deep Magenta

📋 copy color: '#D528BB'

red 213 ◦ green 40 ◦ blue 187

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

Shades of Deep Magenta #D528BB

Tints of Deep Magenta #D528BB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.09%

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

R = 48.41%
G = 9.09%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D528BB (or 0xD528BB) is known color: Deep Magenta. HEX triplet: D5, 28 and BB. RGB value is (213,40,187). Sum of RGB (Red+Green+Blue) = 213+40+187=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 40 (16.02% from 255 or 9.09% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D528BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D528BB is #2AD744. Grayscale: #6C6C6C. Windows color (decimal): -2807621 or 12265685. OLE color: 12265685.

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

Color convert

RGB 213 40 187 -
CMYK 0 0.81 0.12 0.16
HSL 309.02º 0.68% 0.5% -
HSV(B) 309.02º 0.81% 0.84% -
XYZ 37.17 19.25 48.77 -
YUV 108.49 172.31 202.55 -
System Red Green Blue C M Y K H S L
Decimal 213 40 187 0 0.81 0.12 0.16 309.02 0.68 0.5
Hex D5 28 BB 0 51 C 10 135 44 32
Octal 325 50 273 0 121 14 20 465 104 62
Binary 11010101 101000 10111011 0 1010001 1100 10000 100110101 1000100 110010

Color Harmonies of #D528BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D528BB

Black with #D528BB

Text Example


Text Example

White with #D528BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D528BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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