Html Css Color HEX #D52AE0 Deep Magenta

📋 copy color: '#D52AE0'

red 213 ◦ green 42 ◦ blue 224

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

Shades of Deep Magenta #D52AE0

Tints of Deep Magenta #D52AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.76%

R = 44.47%
G = 8.77%
B = 46.76%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D52AE0 (or 0xD52AE0) is known color: Deep Magenta. HEX triplet: D5, 2A and E0. RGB value is (213,42,224). Sum of RGB (Red+Green+Blue) = 213+42+224=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 42 (16.80% from 255 or 8.77% from 479); Blue value is 224 (87.89% from 255 or 46.76% from 479); Max value from RGB is 224 - color contains mainly: blue. Hex color #D52AE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52AE0 is #2AD51F. Grayscale: #717171. Windows color (decimal): -2807072 or 14691029. OLE color: 14691029.

HSL color Cylindrical-coordinate representation of color #D52AE0: hue angle of 296.37º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52AE0 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 42 224 -
CMYK 0.05 0.81 0 0.12
HSL 296.37º 0.75% 0.52% -
HSV(B) 296.37º 0.81% 0.88% -
XYZ 41.72 21.18 72.41 -
YUV 113.88 190.15 198.7 -
System Red Green Blue C M Y K H S L
Decimal 213 42 224 0.05 0.81 0 0.12 296.37 0.75 0.52
Hex D5 2A E0 5 51 0 C 128 4B 34
Octal 325 52 340 5 121 0 14 450 113 64
Binary 11010101 101010 11100000 101 1010001 0 1100 100101000 1001011 110100

Color Harmonies of #D52AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52AE0

Black with #D52AE0

Text Example


Text Example

White with #D52AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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