Html Css Color HEX #D528BC Deep Magenta

📋 copy color: '#D528BC'

red 213 ◦ green 40 ◦ blue 188

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

Shades of Deep Magenta #D528BC

Tints of Deep Magenta #D528BC

RGB

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

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

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

R = 48.3%
G = 9.07%
B = 42.63%

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

#D528BC (or 0xD528BC) is known color: Deep Magenta. HEX triplet: D5, 28 and BC. RGB value is (213,40,188). Sum of RGB (Red+Green+Blue) = 213+40+188=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 40 (16.02% from 255 or 9.07% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D528BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D528BC is #2AD743. Grayscale: #6C6C6C. Windows color (decimal): -2807620 or 12331221. OLE color: 12331221.

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

Color convert

RGB 213 40 188 -
CMYK 0 0.81 0.12 0.16
HSL 308.67º 0.68% 0.5% -
HSV(B) 308.67º 0.81% 0.84% -
XYZ 37.28 19.29 49.34 -
YUV 108.6 172.81 202.47 -
System Red Green Blue C M Y K H S L
Decimal 213 40 188 0 0.81 0.12 0.16 308.67 0.68 0.5
Hex D5 28 BC 0 51 C 10 135 44 32
Octal 325 50 274 0 121 14 20 465 104 62
Binary 11010101 101000 10111100 0 1010001 1100 10000 100110101 1000100 110010

Color Harmonies of #D528BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D528BC

Black with #D528BC

Text Example


Text Example

White with #D528BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D528BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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