Html Css Color HEX #D52CDE Deep Magenta

📋 copy color: '#D52CDE'

red 213 ◦ green 44 ◦ blue 222

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

Shades of Deep Magenta #D52CDE

Tints of Deep Magenta #D52CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.35%

R = 44.47%
G = 9.19%
B = 46.35%

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

#D52CDE (or 0xD52CDE) is known color: Deep Magenta. HEX triplet: D5, 2C and DE. RGB value is (213,44,222). Sum of RGB (Red+Green+Blue) = 213+44+222=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 44 (17.58% from 255 or 9.19% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 222 - color contains mainly: blue. Hex color #D52CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52CDE is #2AD321. Grayscale: #727272. Windows color (decimal): -2806562 or 14560469. OLE color: 14560469.

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

Color convert

RGB 213 44 222 -
CMYK 0.04 0.80 0 0.13
HSL 296.97º 0.73% 0.52% -
HSV(B) 296.97º 0.8% 0.87% -
XYZ 41.53 21.22 71.01 -
YUV 114.82 188.49 198.03 -
System Red Green Blue C M Y K H S L
Decimal 213 44 222 0.04 0.80 0 0.13 296.97 0.73 0.52
Hex D5 2C DE 4 50 0 D 129 49 34
Octal 325 54 336 4 120 0 15 451 111 64
Binary 11010101 101100 11011110 100 1010000 0 1101 100101001 1001001 110100

Color Harmonies of #D52CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52CDE

Black with #D52CDE

Text Example


Text Example

White with #D52CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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