Html Css Color HEX #D52ADE Deep Magenta

📋 copy color: '#D52ADE'

red 213 ◦ green 42 ◦ blue 222

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

Shades of Deep Magenta #D52ADE

Tints of Deep Magenta #D52ADE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.81%

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

R = 44.65%
G = 8.81%
B = 46.54%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D52ADE (or 0xD52ADE) is known color: Deep Magenta. HEX triplet: D5, 2A and DE. RGB value is (213,42,222). Sum of RGB (Red+Green+Blue) = 213+42+222=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 42 (16.80% from 255 or 8.81% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #D52ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52ADE is #2AD521. Grayscale: #717171. Windows color (decimal): -2807074 or 14559957. OLE color: 14559957.

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

Color convert

RGB 213 42 222 -
CMYK 0.04 0.81 0 0.13
HSL 297º 0.73% 0.52% -
HSV(B) 297º 0.81% 0.87% -
XYZ 41.45 21.08 70.99 -
YUV 113.65 189.15 198.86 -
System Red Green Blue C M Y K H S L
Decimal 213 42 222 0.04 0.81 0 0.13 297 0.73 0.52
Hex D5 2A DE 4 51 0 D 129 49 34
Octal 325 52 336 4 121 0 15 451 111 64
Binary 11010101 101010 11011110 100 1010001 0 1101 100101001 1001001 110100

Color Harmonies of #D52ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52ADE

Black with #D52ADE

Text Example


Text Example

White with #D52ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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