Html Css Color HEX #D52CDD Deep Magenta

📋 copy color: '#D52CDD'

red 213 ◦ green 44 ◦ blue 221

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

Shades of Deep Magenta #D52CDD

Tints of Deep Magenta #D52CDD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.21%

 BLUE value IS 221 (86.72% from 255) = 46.23%

R = 44.56%
G = 9.21%
B = 46.23%

CMYK

 C value IS 0.04

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D52CDD (or 0xD52CDD) is known color: Deep Magenta. HEX triplet: D5, 2C and DD. RGB value is (213,44,221). Sum of RGB (Red+Green+Blue) = 213+44+221=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 44 (17.58% from 255 or 9.21% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #D52CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52CDD is #2AD322. Grayscale: #727272. Windows color (decimal): -2806563 or 14494933. OLE color: 14494933.

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

Color convert

RGB 213 44 221 -
CMYK 0.04 0.80 0 0.13
HSL 297.29º 0.72% 0.52% -
HSV(B) 297.29º 0.8% 0.87% -
XYZ 41.39 21.17 70.31 -
YUV 114.71 187.99 198.11 -
System Red Green Blue C M Y K H S L
Decimal 213 44 221 0.04 0.80 0 0.13 297.29 0.72 0.52
Hex D5 2C DD 4 50 0 D 129 48 34
Octal 325 54 335 4 120 0 15 451 110 64
Binary 11010101 101100 11011101 100 1010000 0 1101 100101001 1001000 110100

Color Harmonies of #D52CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52CDD

Black with #D52CDD

Text Example


Text Example

White with #D52CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52CDD; }

 p { color: rgb(213,44,221); }

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

background-color css

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

 a { background-color: rgb(213,44,221); }

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

border-color css

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

 span { border-color: rgb(213,44,221); }

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