Html Css Color HEX #D529C0 Deep Magenta

📋 copy color: '#D529C0'

red 213 ◦ green 41 ◦ blue 192

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

Shades of Deep Magenta #D529C0

Tints of Deep Magenta #D529C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.05%

R = 47.76%
G = 9.19%
B = 43.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D529C0 (or 0xD529C0) is known color: Deep Magenta. HEX triplet: D5, 29 and C0. RGB value is (213,41,192). Sum of RGB (Red+Green+Blue) = 213+41+192=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 41 (16.41% from 255 or 9.19% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D529C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D529C0 is #2AD63F. Grayscale: #6D6D6D. Windows color (decimal): -2807360 or 12593621. OLE color: 12593621.

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

Color convert

RGB 213 41 192 -
CMYK 0 0.81 0.10 0.16
HSL 307.33º 0.68% 0.5% -
HSV(B) 307.33º 0.81% 0.84% -
XYZ 37.75 19.54 51.65 -
YUV 109.64 174.48 201.72 -
System Red Green Blue C M Y K H S L
Decimal 213 41 192 0 0.81 0.10 0.16 307.33 0.68 0.5
Hex D5 29 C0 0 51 A 10 133 44 32
Octal 325 51 300 0 121 12 20 463 104 62
Binary 11010101 101001 11000000 0 1010001 1010 10000 100110011 1000100 110010

Color Harmonies of #D529C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D529C0

Black with #D529C0

Text Example


Text Example

White with #D529C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D529C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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