Html Css Color HEX #D42CDB Deep Magenta

📋 copy color: '#D42CDB'

red 212 ◦ green 44 ◦ blue 219

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

Shades of Deep Magenta #D42CDB

Tints of Deep Magenta #D42CDB

RGB

 RED value IS 212 (83.2% from 255) = 44.63%

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

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

R = 44.63%
G = 9.26%
B = 46.11%

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

#D42CDB (or 0xD42CDB) is known color: Deep Magenta. HEX triplet: D4, 2C and DB. RGB value is (212,44,219). Sum of RGB (Red+Green+Blue) = 212+44+219=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 44 (17.58% from 255 or 9.26% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #D42CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42CDB is #2BD324. Grayscale: #717171. Windows color (decimal): -2872101 or 14363860. OLE color: 14363860.

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

Color convert

RGB 212 44 219 -
CMYK 0.03 0.80 0 0.14
HSL 297.6º 0.71% 0.52% -
HSV(B) 297.6º 0.8% 0.86% -
XYZ 40.84 20.91 68.9 -
YUV 114.18 187.16 197.77 -
System Red Green Blue C M Y K H S L
Decimal 212 44 219 0.03 0.80 0 0.14 297.6 0.71 0.52
Hex D4 2C DB 3 50 0 E 12A 47 34
Octal 324 54 333 3 120 0 16 452 107 64
Binary 11010100 101100 11011011 11 1010000 0 1110 100101010 1000111 110100

Color Harmonies of #D42CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42CDB

Black with #D42CDB

Text Example


Text Example

White with #D42CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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