Html Css Color HEX #D52BDC Deep Magenta

📋 copy color: '#D52BDC'

red 213 ◦ green 43 ◦ blue 220

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

Shades of Deep Magenta #D52BDC

Tints of Deep Magenta #D52BDC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.03%

 BLUE value IS 220 (86.33% from 255) = 46.22%

R = 44.75%
G = 9.03%
B = 46.22%

CMYK

 C value IS 0.03

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D52BDC (or 0xD52BDC) is known color: Deep Magenta. HEX triplet: D5, 2B and DC. RGB value is (213,43,220). Sum of RGB (Red+Green+Blue) = 213+43+220=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 43 (17.19% from 255 or 9.03% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #D52BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52BDC is #2AD423. Grayscale: #717171. Windows color (decimal): -2806820 or 14429141. OLE color: 14429141.

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

Color convert

RGB 213 43 220 -
CMYK 0.03 0.80 0 0.14
HSL 297.63º 0.72% 0.52% -
HSV(B) 297.63º 0.8% 0.86% -
XYZ 41.22 21.04 69.6 -
YUV 114.01 187.82 198.61 -
System Red Green Blue C M Y K H S L
Decimal 213 43 220 0.03 0.80 0 0.14 297.63 0.72 0.52
Hex D5 2B DC 3 50 0 E 12A 48 34
Octal 325 53 334 3 120 0 16 452 110 64
Binary 11010101 101011 11011100 11 1010000 0 1110 100101010 1001000 110100

Color Harmonies of #D52BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52BDC

Black with #D52BDC

Text Example


Text Example

White with #D52BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52BDC; }

 p { color: rgb(213,43,220); }

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

background-color css

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

 a { background-color: rgb(213,43,220); }

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

border-color css

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

 span { border-color: rgb(213,43,220); }

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