Html Css Color HEX #D42BDB Deep Magenta

📋 copy color: '#D42BDB'

red 212 ◦ green 43 ◦ blue 219

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

Shades of Deep Magenta #D42BDB

Tints of Deep Magenta #D42BDB

RGB

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

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

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

R = 44.73%
G = 9.07%
B = 46.2%

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

#D42BDB (or 0xD42BDB) is known color: Deep Magenta. HEX triplet: D4, 2B and DB. RGB value is (212,43,219). Sum of RGB (Red+Green+Blue) = 212+43+219=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 43 (17.19% from 255 or 9.07% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #D42BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42BDB is #2BD424. Grayscale: #717171. Windows color (decimal): -2872357 or 14363604. OLE color: 14363604.

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

Color convert

RGB 212 43 219 -
CMYK 0.03 0.80 0 0.14
HSL 297.61º 0.71% 0.51% -
HSV(B) 297.61º 0.8% 0.86% -
XYZ 40.8 20.84 68.89 -
YUV 113.6 187.49 198.19 -
System Red Green Blue C M Y K H S L
Decimal 212 43 219 0.03 0.80 0 0.14 297.61 0.71 0.51
Hex D4 2B DB 3 50 0 E 12A 47 33
Octal 324 53 333 3 120 0 16 452 107 63
Binary 11010100 101011 11011011 11 1010000 0 1110 100101010 1000111 110011

Color Harmonies of #D42BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42BDB

Black with #D42BDB

Text Example


Text Example

White with #D42BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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