Html Css Color HEX #D42DDB Deep Magenta

📋 copy color: '#D42DDB'

red 212 ◦ green 45 ◦ blue 219

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

Shades of Deep Magenta #D42DDB

Tints of Deep Magenta #D42DDB

RGB

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

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

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

R = 44.54%
G = 9.45%
B = 46.01%

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

#D42DDB (or 0xD42DDB) is known color: Deep Magenta. HEX triplet: D4, 2D and DB. RGB value is (212,45,219). Sum of RGB (Red+Green+Blue) = 212+45+219=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 45 (17.97% from 255 or 9.45% 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 #D42DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42DDB is #2BD224. Grayscale: #727272. Windows color (decimal): -2871845 or 14364116. OLE color: 14364116.

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

Color convert

RGB 212 45 219 -
CMYK 0.03 0.79 0 0.14
HSL 297.59º 0.71% 0.52% -
HSV(B) 297.59º 0.79% 0.86% -
XYZ 40.88 20.99 68.91 -
YUV 114.77 186.83 197.35 -
System Red Green Blue C M Y K H S L
Decimal 212 45 219 0.03 0.79 0 0.14 297.59 0.71 0.52
Hex D4 2D DB 3 4F 0 E 12A 47 34
Octal 324 55 333 3 117 0 16 452 107 64
Binary 11010100 101101 11011011 11 1001111 0 1110 100101010 1000111 110100

Color Harmonies of #D42DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42DDB

Black with #D42DDB

Text Example


Text Example

White with #D42DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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