Html Css Color HEX #D52ACD Deep Magenta

📋 copy color: '#D52ACD'

red 213 ◦ green 42 ◦ blue 205

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

Shades of Deep Magenta #D52ACD

Tints of Deep Magenta #D52ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.57%

R = 46.3%
G = 9.13%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D52ACD (or 0xD52ACD) is known color: Deep Magenta. HEX triplet: D5, 2A and CD. RGB value is (213,42,205). Sum of RGB (Red+Green+Blue) = 213+42+205=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 42 (16.80% from 255 or 9.13% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D52ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52ACD is #2AD532. Grayscale: #6F6F6F. Windows color (decimal): -2807091 or 13445845. OLE color: 13445845.

HSL color Cylindrical-coordinate representation of color #D52ACD: hue angle of 302.81º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D52ACD is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 42 205 -
CMYK 0 0.80 0.04 0.16
HSL 302.81º 0.67% 0.5% -
HSV(B) 302.81º 0.8% 0.84% -
XYZ 39.29 20.21 59.59 -
YUV 111.71 180.65 200.25 -
System Red Green Blue C M Y K H S L
Decimal 213 42 205 0 0.80 0.04 0.16 302.81 0.67 0.5
Hex D5 2A CD 0 50 4 10 12F 43 32
Octal 325 52 315 0 120 4 20 457 103 62
Binary 11010101 101010 11001101 0 1010000 100 10000 100101111 1000011 110010

Color Harmonies of #D52ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52ACD

Black with #D52ACD

Text Example


Text Example

White with #D52ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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