Html Css Color HEX #D528E4 Deep Magenta

📋 copy color: '#D528E4'

red 213 ◦ green 40 ◦ blue 228

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

Shades of Deep Magenta #D528E4

Tints of Deep Magenta #D528E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 47.4%

R = 44.28%
G = 8.32%
B = 47.4%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D528E4 (or 0xD528E4) is known color: Deep Magenta. HEX triplet: D5, 28 and E4. RGB value is (213,40,228). Sum of RGB (Red+Green+Blue) = 213+40+228=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 40 (16.02% from 255 or 8.32% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 228 - color contains mainly: blue. Hex color #D528E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D528E4 is #2AD71B. Grayscale: #707070. Windows color (decimal): -2807580 or 14952661. OLE color: 14952661.

HSL color Cylindrical-coordinate representation of color #D528E4: hue angle of 295.21º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D528E4 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 40 228 -
CMYK 0.07 0.82 0 0.11
HSL 295.21º 0.78% 0.53% -
HSV(B) 295.21º 0.82% 0.89% -
XYZ 42.2 21.27 75.28 -
YUV 113.16 192.81 199.21 -
System Red Green Blue C M Y K H S L
Decimal 213 40 228 0.07 0.82 0 0.11 295.21 0.78 0.53
Hex D5 28 E4 7 52 0 B 127 4E 35
Octal 325 50 344 7 122 0 13 447 116 65
Binary 11010101 101000 11100100 111 1010010 0 1011 100100111 1001110 110101

Color Harmonies of #D528E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D528E4

Black with #D528E4

Text Example


Text Example

White with #D528E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D528E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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