Html Css Color HEX #D529DF Deep Magenta

📋 copy color: '#D529DF'

red 213 ◦ green 41 ◦ blue 223

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

Shades of Deep Magenta #D529DF

Tints of Deep Magenta #D529DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.75%

R = 44.65%
G = 8.6%
B = 46.75%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D529DF (or 0xD529DF) is known color: Deep Magenta. HEX triplet: D5, 29 and DF. RGB value is (213,41,223). Sum of RGB (Red+Green+Blue) = 213+41+223=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 41 (16.41% from 255 or 8.60% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #D529DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D529DF is #2AD620. Grayscale: #707070. Windows color (decimal): -2807329 or 14625237. OLE color: 14625237.

HSL color Cylindrical-coordinate representation of color #D529DF: hue angle of 296.7º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D529DF is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 41 223 -
CMYK 0.04 0.82 0 0.13
HSL 296.7º 0.74% 0.52% -
HSV(B) 296.7º 0.82% 0.87% -
XYZ 41.55 21.06 71.69 -
YUV 113.18 189.98 199.2 -
System Red Green Blue C M Y K H S L
Decimal 213 41 223 0.04 0.82 0 0.13 296.7 0.74 0.52
Hex D5 29 DF 4 52 0 D 129 4A 34
Octal 325 51 337 4 122 0 15 451 112 64
Binary 11010101 101001 11011111 100 1010010 0 1101 100101001 1001010 110100

Color Harmonies of #D529DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D529DF

Black with #D529DF

Text Example


Text Example

White with #D529DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D529DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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