Html Css Color HEX #D529CE Deep Magenta

📋 copy color: '#D529CE'

red 213 ◦ green 41 ◦ blue 206

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

Shades of Deep Magenta #D529CE

Tints of Deep Magenta #D529CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 46.3%
G = 8.91%
B = 44.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D529CE (or 0xD529CE) is known color: Deep Magenta. HEX triplet: D5, 29 and CE. RGB value is (213,41,206). Sum of RGB (Red+Green+Blue) = 213+41+206=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 41 (16.41% from 255 or 8.91% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D529CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D529CE is #2AD631. Grayscale: #6E6E6E. Windows color (decimal): -2807346 or 13511125. OLE color: 13511125.

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

Color convert

RGB 213 41 206 -
CMYK 0 0.81 0.03 0.16
HSL 302.44º 0.68% 0.5% -
HSV(B) 302.44º 0.81% 0.84% -
XYZ 39.37 20.19 60.21 -
YUV 111.24 181.48 200.58 -
System Red Green Blue C M Y K H S L
Decimal 213 41 206 0 0.81 0.03 0.16 302.44 0.68 0.5
Hex D5 29 CE 0 51 3 10 12E 44 32
Octal 325 51 316 0 121 3 20 456 104 62
Binary 11010101 101001 11001110 0 1010001 11 10000 100101110 1000100 110010

Color Harmonies of #D529CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D529CE

Black with #D529CE

Text Example


Text Example

White with #D529CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D529CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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