Html Css Color HEX #D52DDB Deep Magenta

📋 copy color: '#D52DDB'

red 213 ◦ green 45 ◦ blue 219

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

Shades of Deep Magenta #D52DDB

Tints of Deep Magenta #D52DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.91%

R = 44.65%
G = 9.43%
B = 45.91%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D52DDB (or 0xD52DDB) is known color: Deep Magenta. HEX triplet: D5, 2D and DB. RGB value is (213,45,219). Sum of RGB (Red+Green+Blue) = 213+45+219=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 45 (17.97% from 255 or 9.43% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #D52DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52DDB is #2AD224. Grayscale: #727272. Windows color (decimal): -2806309 or 14364117. OLE color: 14364117.

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

Color convert

RGB 213 45 219 -
CMYK 0.03 0.79 0 0.14
HSL 297.93º 0.71% 0.52% -
HSV(B) 297.93º 0.79% 0.86% -
XYZ 41.17 21.14 68.93 -
YUV 115.07 186.66 197.85 -
System Red Green Blue C M Y K H S L
Decimal 213 45 219 0.03 0.79 0 0.14 297.93 0.71 0.52
Hex D5 2D DB 3 4F 0 E 12A 47 34
Octal 325 55 333 3 117 0 16 452 107 64
Binary 11010101 101101 11011011 11 1001111 0 1110 100101010 1000111 110100

Color Harmonies of #D52DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52DDB

Black with #D52DDB

Text Example


Text Example

White with #D52DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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