Html Css Color HEX #D426DB Deep Magenta

📋 copy color: '#D426DB'

red 212 ◦ green 38 ◦ blue 219

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

Shades of Deep Magenta #D426DB

Tints of Deep Magenta #D426DB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.1%

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

R = 45.2%
G = 8.1%
B = 46.7%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D426DB (or 0xD426DB) is known color: Deep Magenta. HEX triplet: D4, 26 and DB. RGB value is (212,38,219). Sum of RGB (Red+Green+Blue) = 212+38+219=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 38 (15.23% from 255 or 8.10% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #D426DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D426DB is #2BD924. Grayscale: #6E6E6E. Windows color (decimal): -2873637 or 14362324. OLE color: 14362324.

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

Color convert

RGB 212 38 219 -
CMYK 0.03 0.83 0 0.14
HSL 297.68º 0.72% 0.5% -
HSV(B) 297.68º 0.83% 0.86% -
XYZ 40.63 20.5 68.83 -
YUV 110.66 189.15 200.28 -
System Red Green Blue C M Y K H S L
Decimal 212 38 219 0.03 0.83 0 0.14 297.68 0.72 0.5
Hex D4 26 DB 3 53 0 E 12A 48 32
Octal 324 46 333 3 123 0 16 452 110 62
Binary 11010100 100110 11011011 11 1010011 0 1110 100101010 1001000 110010

Color Harmonies of #D426DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D426DB

Black with #D426DB

Text Example


Text Example

White with #D426DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D426DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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