Html Css Color HEX #D522DF Deep Magenta

📋 copy color: '#D522DF'

red 213 ◦ green 34 ◦ blue 223

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

Shades of Deep Magenta #D522DF

Tints of Deep Magenta #D522DF

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.23%

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

R = 45.32%
G = 7.23%
B = 47.45%

CMYK

 C value IS 0.04

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D522DF (or 0xD522DF) is known color: Deep Magenta. HEX triplet: D5, 22 and DF. RGB value is (213,34,223). Sum of RGB (Red+Green+Blue) = 213+34+223=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 34 (13.67% from 255 or 7.23% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #D522DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D522DF is #2ADD20. Grayscale: #6C6C6C. Windows color (decimal): -2809121 or 14623445. OLE color: 14623445.

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

Color convert

RGB 213 34 223 -
CMYK 0.04 0.85 0 0.13
HSL 296.83º 0.75% 0.5% -
HSV(B) 296.83º 0.85% 0.87% -
XYZ 41.33 20.62 71.61 -
YUV 109.07 192.3 202.13 -
System Red Green Blue C M Y K H S L
Decimal 213 34 223 0.04 0.85 0 0.13 296.83 0.75 0.5
Hex D5 22 DF 4 55 0 D 129 4B 32
Octal 325 42 337 4 125 0 15 451 113 62
Binary 11010101 100010 11011111 100 1010101 0 1101 100101001 1001011 110010

Color Harmonies of #D522DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D522DF

Black with #D522DF

Text Example


Text Example

White with #D522DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D522DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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