Html Css Color HEX #D529C5 Deep Magenta

📋 copy color: '#D529C5'

red 213 ◦ green 41 ◦ blue 197

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

Shades of Deep Magenta #D529C5

Tints of Deep Magenta #D529C5

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.09%

 BLUE value IS 197 (77.34% from 255) = 43.68%

R = 47.23%
G = 9.09%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D529C5 (or 0xD529C5) is known color: Deep Magenta. HEX triplet: D5, 29 and C5. RGB value is (213,41,197). Sum of RGB (Red+Green+Blue) = 213+41+197=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 41 (16.41% from 255 or 9.09% from 451); Blue value is 197 (77.34% from 255 or 43.68% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D529C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D529C5 is #2AD63A. Grayscale: #6D6D6D. Windows color (decimal): -2807355 or 12921301. OLE color: 12921301.

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

Color convert

RGB 213 41 197 -
CMYK 0 0.81 0.08 0.16
HSL 305.58º 0.68% 0.5% -
HSV(B) 305.58º 0.81% 0.84% -
XYZ 38.31 19.76 54.62 -
YUV 110.21 176.98 201.32 -
System Red Green Blue C M Y K H S L
Decimal 213 41 197 0 0.81 0.08 0.16 305.58 0.68 0.5
Hex D5 29 C5 0 51 8 10 132 44 32
Octal 325 51 305 0 121 10 20 462 104 62
Binary 11010101 101001 11000101 0 1010001 1000 10000 100110010 1000100 110010

Color Harmonies of #D529C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D529C5

Black with #D529C5

Text Example


Text Example

White with #D529C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D529C5; }

 p { color: rgb(213,41,197); }

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

background-color css

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

 a { background-color: rgb(213,41,197); }

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

border-color css

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

 span { border-color: rgb(213,41,197); }

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