Html Css Color HEX #D529D0 Deep Magenta

📋 copy color: '#D529D0'

red 213 ◦ green 41 ◦ blue 208

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

Shades of Deep Magenta #D529D0

Tints of Deep Magenta #D529D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.02%

R = 46.1%
G = 8.87%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D529D0 (or 0xD529D0) is known color: Deep Magenta. HEX triplet: D5, 29 and D0. RGB value is (213,41,208). Sum of RGB (Red+Green+Blue) = 213+41+208=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 41 (16.41% from 255 or 8.87% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D529D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D529D0 is #2AD62F. Grayscale: #6E6E6E. Windows color (decimal): -2807344 or 13642197. OLE color: 13642197.

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

Color convert

RGB 213 41 208 -
CMYK 0 0.81 0.02 0.16
HSL 301.74º 0.68% 0.5% -
HSV(B) 301.74º 0.81% 0.84% -
XYZ 39.62 20.29 61.5 -
YUV 111.47 182.48 200.42 -
System Red Green Blue C M Y K H S L
Decimal 213 41 208 0 0.81 0.02 0.16 301.74 0.68 0.5
Hex D5 29 D0 0 51 2 10 12E 44 32
Octal 325 51 320 0 121 2 20 456 104 62
Binary 11010101 101001 11010000 0 1010001 10 10000 100101110 1000100 110010

Color Harmonies of #D529D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D529D0

Black with #D529D0

Text Example


Text Example

White with #D529D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D529D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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