Html Css Color HEX #D52DDE Deep Magenta

📋 copy color: '#D52DDE'

red 213 ◦ green 45 ◦ blue 222

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

Shades of Deep Magenta #D52DDE

Tints of Deep Magenta #D52DDE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.38%

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

R = 44.38%
G = 9.38%
B = 46.25%

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

#D52DDE (or 0xD52DDE) is known color: Deep Magenta. HEX triplet: D5, 2D and DE. RGB value is (213,45,222). Sum of RGB (Red+Green+Blue) = 213+45+222=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 45 (17.97% from 255 or 9.38% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 222 - color contains mainly: blue. Hex color #D52DDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52DDE is #2AD221. Grayscale: #727272. Windows color (decimal): -2806306 or 14560725. OLE color: 14560725.

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

Color convert

RGB 213 45 222 -
CMYK 0.04 0.80 0 0.13
HSL 296.95º 0.73% 0.52% -
HSV(B) 296.95º 0.8% 0.87% -
XYZ 41.56 21.3 71.03 -
YUV 115.41 188.16 197.61 -
System Red Green Blue C M Y K H S L
Decimal 213 45 222 0.04 0.80 0 0.13 296.95 0.73 0.52
Hex D5 2D DE 4 50 0 D 129 49 34
Octal 325 55 336 4 120 0 15 451 111 64
Binary 11010101 101101 11011110 100 1010000 0 1101 100101001 1001001 110100

Color Harmonies of #D52DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52DDE

Black with #D52DDE

Text Example


Text Example

White with #D52DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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