Html Css Color HEX #D52CDF Deep Magenta

📋 copy color: '#D52CDF'

red 213 ◦ green 44 ◦ blue 223

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

Shades of Deep Magenta #D52CDF

Tints of Deep Magenta #D52CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.46%

R = 44.38%
G = 9.17%
B = 46.46%

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

#D52CDF (or 0xD52CDF) is known color: Deep Magenta. HEX triplet: D5, 2C and DF. RGB value is (213,44,223). Sum of RGB (Red+Green+Blue) = 213+44+223=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 44 (17.58% from 255 or 9.17% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #D52CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52CDF is #2AD320. Grayscale: #727272. Windows color (decimal): -2806561 or 14626005. OLE color: 14626005.

HSL color Cylindrical-coordinate representation of color #D52CDF: hue angle of 296.65º degrees, saturation: 0.74, 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 #D52CDF is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 44 223 -
CMYK 0.04 0.80 0 0.13
HSL 296.65º 0.74% 0.52% -
HSV(B) 296.65º 0.8% 0.87% -
XYZ 41.66 21.28 71.72 -
YUV 114.94 188.99 197.95 -
System Red Green Blue C M Y K H S L
Decimal 213 44 223 0.04 0.80 0 0.13 296.65 0.74 0.52
Hex D5 2C DF 4 50 0 D 129 4A 34
Octal 325 54 337 4 120 0 15 451 112 64
Binary 11010101 101100 11011111 100 1010000 0 1101 100101001 1001010 110100

Color Harmonies of #D52CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52CDF

Black with #D52CDF

Text Example


Text Example

White with #D52CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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