Html Css Color HEX #D529DE Deep Magenta

📋 copy color: '#D529DE'

red 213 ◦ green 41 ◦ blue 222

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

Shades of Deep Magenta #D529DE

Tints of Deep Magenta #D529DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.64%

R = 44.75%
G = 8.61%
B = 46.64%

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

#D529DE (or 0xD529DE) is known color: Deep Magenta. HEX triplet: D5, 29 and DE. RGB value is (213,41,222). Sum of RGB (Red+Green+Blue) = 213+41+222=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 41 (16.41% from 255 or 8.61% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 222 - color contains mainly: blue. Hex color #D529DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D529DE is #2AD621. Grayscale: #707070. Windows color (decimal): -2807330 or 14559701. OLE color: 14559701.

HSL color Cylindrical-coordinate representation of color #D529DE: hue angle of 297.02º degrees, saturation: 0.73, 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 #D529DE is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 41 222 -
CMYK 0.04 0.82 0 0.13
HSL 297.02º 0.73% 0.52% -
HSV(B) 297.02º 0.82% 0.87% -
XYZ 41.42 21.01 70.98 -
YUV 113.06 189.48 199.28 -
System Red Green Blue C M Y K H S L
Decimal 213 41 222 0.04 0.82 0 0.13 297.02 0.73 0.52
Hex D5 29 DE 4 52 0 D 129 49 34
Octal 325 51 336 4 122 0 15 451 111 64
Binary 11010101 101001 11011110 100 1010010 0 1101 100101001 1001001 110100

Color Harmonies of #D529DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D529DE

Black with #D529DE

Text Example


Text Example

White with #D529DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D529DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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