Html Css Color HEX #D528D2 Deep Magenta

📋 copy color: '#D528D2'

red 213 ◦ green 40 ◦ blue 210

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

Shades of Deep Magenta #D528D2

Tints of Deep Magenta #D528D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.36%

R = 46%
G = 8.64%
B = 45.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D528D2 (or 0xD528D2) is known color: Deep Magenta. HEX triplet: D5, 28 and D2. RGB value is (213,40,210). Sum of RGB (Red+Green+Blue) = 213+40+210=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 40 (16.02% from 255 or 8.64% from 463); Blue value is 210 (82.42% from 255 or 45.36% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D528D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D528D2 is #2AD72D. Grayscale: #6E6E6E. Windows color (decimal): -2807598 or 13773013. OLE color: 13773013.

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

Color convert

RGB 213 40 210 -
CMYK 0 0.81 0.01 0.16
HSL 301.04º 0.68% 0.5% -
HSV(B) 301.04º 0.81% 0.84% -
XYZ 39.83 20.32 62.79 -
YUV 111.11 183.81 200.68 -
System Red Green Blue C M Y K H S L
Decimal 213 40 210 0 0.81 0.01 0.16 301.04 0.68 0.5
Hex D5 28 D2 0 51 1 10 12D 44 32
Octal 325 50 322 0 121 1 20 455 104 62
Binary 11010101 101000 11010010 0 1010001 1 10000 100101101 1000100 110010

Color Harmonies of #D528D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D528D2

Black with #D528D2

Text Example


Text Example

White with #D528D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D528D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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