Html Css Color HEX #D52BDE Deep Magenta

📋 copy color: '#D52BDE'

red 213 ◦ green 43 ◦ blue 222

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

Shades of Deep Magenta #D52BDE

Tints of Deep Magenta #D52BDE

RGB

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

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

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

R = 44.56%
G = 9%
B = 46.44%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D52BDE (or 0xD52BDE) is known color: Deep Magenta. HEX triplet: D5, 2B and DE. RGB value is (213,43,222). Sum of RGB (Red+Green+Blue) = 213+43+222=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 43 (17.19% from 255 or 9.00% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #D52BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52BDE is #2AD421. Grayscale: #717171. Windows color (decimal): -2806818 or 14560213. OLE color: 14560213.

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

Color convert

RGB 213 43 222 -
CMYK 0.04 0.81 0 0.13
HSL 296.98º 0.73% 0.52% -
HSV(B) 296.98º 0.81% 0.87% -
XYZ 41.49 21.15 71 -
YUV 114.24 188.82 198.45 -
System Red Green Blue C M Y K H S L
Decimal 213 43 222 0.04 0.81 0 0.13 296.98 0.73 0.52
Hex D5 2B DE 4 51 0 D 129 49 34
Octal 325 53 336 4 121 0 15 451 111 64
Binary 11010101 101011 11011110 100 1010001 0 1101 100101001 1001001 110100

Color Harmonies of #D52BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52BDE

Black with #D52BDE

Text Example


Text Example

White with #D52BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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