Html Css Color HEX #D528C7 Deep Magenta

📋 copy color: '#D528C7'

red 213 ◦ green 40 ◦ blue 199

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

Shades of Deep Magenta #D528C7

Tints of Deep Magenta #D528C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 44.03%

R = 47.12%
G = 8.85%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D528C7 (or 0xD528C7) is known color: Deep Magenta. HEX triplet: D5, 28 and C7. RGB value is (213,40,199). Sum of RGB (Red+Green+Blue) = 213+40+199=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 40 (16.02% from 255 or 8.85% from 452); Blue value is 199 (78.12% from 255 or 44.03% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D528C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D528C7 is #2AD738. Grayscale: #6D6D6D. Windows color (decimal): -2807609 or 13052117. OLE color: 13052117.

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

Color convert

RGB 213 40 199 -
CMYK 0 0.81 0.07 0.16
HSL 304.86º 0.68% 0.5% -
HSV(B) 304.86º 0.81% 0.84% -
XYZ 38.51 19.79 55.82 -
YUV 109.85 178.31 201.57 -
System Red Green Blue C M Y K H S L
Decimal 213 40 199 0 0.81 0.07 0.16 304.86 0.68 0.5
Hex D5 28 C7 0 51 7 10 131 44 32
Octal 325 50 307 0 121 7 20 461 104 62
Binary 11010101 101000 11000111 0 1010001 111 10000 100110001 1000100 110010

Color Harmonies of #D528C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D528C7

Black with #D528C7

Text Example


Text Example

White with #D528C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D528C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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