Html Css Color HEX #D52DD3 Deep Magenta

📋 copy color: '#D52DD3'

red 213 ◦ green 45 ◦ blue 211

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

Shades of Deep Magenta #D52DD3

Tints of Deep Magenta #D52DD3

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.59%

 BLUE value IS 211 (82.81% from 255) = 44.99%

R = 45.42%
G = 9.59%
B = 44.99%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D52DD3 (or 0xD52DD3) is known color: Deep Magenta. HEX triplet: D5, 2D and D3. RGB value is (213,45,211). Sum of RGB (Red+Green+Blue) = 213+45+211=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 45 (17.97% from 255 or 9.59% from 469); Blue value is 211 (82.81% from 255 or 44.99% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D52DD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52DD3 is #2AD22C. Grayscale: #717171. Windows color (decimal): -2806317 or 13839829. OLE color: 13839829.

HSL color Cylindrical-coordinate representation of color #D52DD3: hue angle of 300.71º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D52DD3 is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 45 211 -
CMYK 0 0.79 0.01 0.16
HSL 300.71º 0.67% 0.51% -
HSV(B) 300.71º 0.79% 0.84% -
XYZ 40.14 20.73 63.51 -
YUV 114.16 182.66 198.5 -
System Red Green Blue C M Y K H S L
Decimal 213 45 211 0 0.79 0.01 0.16 300.71 0.67 0.51
Hex D5 2D D3 0 4F 1 10 12D 43 33
Octal 325 55 323 0 117 1 20 455 103 63
Binary 11010101 101101 11010011 0 1001111 1 10000 100101101 1000011 110011

Color Harmonies of #D52DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52DD3

Black with #D52DD3

Text Example


Text Example

White with #D52DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52DD3; }

 p { color: rgb(213,45,211); }

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

background-color css

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

 a { background-color: rgb(213,45,211); }

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

border-color css

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

 span { border-color: rgb(213,45,211); }

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