Html Css Color HEX #D52ADC Deep Magenta

📋 copy color: '#D52ADC'

red 213 ◦ green 42 ◦ blue 220

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

Shades of Deep Magenta #D52ADC

Tints of Deep Magenta #D52ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.32%

R = 44.84%
G = 8.84%
B = 46.32%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D52ADC (or 0xD52ADC) is known color: Deep Magenta. HEX triplet: D5, 2A and DC. RGB value is (213,42,220). Sum of RGB (Red+Green+Blue) = 213+42+220=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 42 (16.80% from 255 or 8.84% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #D52ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52ADC is #2AD523. Grayscale: #707070. Windows color (decimal): -2807076 or 14428885. OLE color: 14428885.

HSL color Cylindrical-coordinate representation of color #D52ADC: hue angle of 297.64º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52ADC is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 42 220 -
CMYK 0.03 0.81 0 0.14
HSL 297.64º 0.72% 0.51% -
HSV(B) 297.64º 0.81% 0.86% -
XYZ 41.19 20.97 69.59 -
YUV 113.42 188.15 199.03 -
System Red Green Blue C M Y K H S L
Decimal 213 42 220 0.03 0.81 0 0.14 297.64 0.72 0.51
Hex D5 2A DC 3 51 0 E 12A 48 33
Octal 325 52 334 3 121 0 16 452 110 63
Binary 11010101 101010 11011100 11 1010001 0 1110 100101010 1001000 110011

Color Harmonies of #D52ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52ADC

Black with #D52ADC

Text Example


Text Example

White with #D52ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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