Html Css Color HEX #D52CDB Deep Magenta

📋 copy color: '#D52CDB'

red 213 ◦ green 44 ◦ blue 219

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

Shades of Deep Magenta #D52CDB

Tints of Deep Magenta #D52CDB

RGB

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

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

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

R = 44.75%
G = 9.24%
B = 46.01%

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

#D52CDB (or 0xD52CDB) is known color: Deep Magenta. HEX triplet: D5, 2C and DB. RGB value is (213,44,219). Sum of RGB (Red+Green+Blue) = 213+44+219=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 44 (17.58% from 255 or 9.24% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #D52CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52CDB is #2AD324. Grayscale: #717171. Windows color (decimal): -2806565 or 14363861. OLE color: 14363861.

HSL color Cylindrical-coordinate representation of color #D52CDB: hue angle of 297.94º degrees, saturation: 0.71, 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 #D52CDB is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 44 219 -
CMYK 0.03 0.80 0 0.14
HSL 297.94º 0.71% 0.52% -
HSV(B) 297.94º 0.8% 0.86% -
XYZ 41.13 21.06 68.92 -
YUV 114.48 186.99 198.27 -
System Red Green Blue C M Y K H S L
Decimal 213 44 219 0.03 0.80 0 0.14 297.94 0.71 0.52
Hex D5 2C DB 3 50 0 E 12A 47 34
Octal 325 54 333 3 120 0 16 452 107 64
Binary 11010101 101100 11011011 11 1010000 0 1110 100101010 1000111 110100

Color Harmonies of #D52CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52CDB

Black with #D52CDB

Text Example


Text Example

White with #D52CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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