Html Css Color HEX #D429DC Deep Magenta

📋 copy color: '#D429DC'

red 212 ◦ green 41 ◦ blue 220

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

Shades of Deep Magenta #D429DC

Tints of Deep Magenta #D429DC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.67%

 BLUE value IS 220 (86.33% from 255) = 46.51%

R = 44.82%
G = 8.67%
B = 46.51%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D429DC (or 0xD429DC) is known color: Deep Magenta. HEX triplet: D4, 29 and DC. RGB value is (212,41,220). Sum of RGB (Red+Green+Blue) = 212+41+220=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 41 (16.41% from 255 or 8.67% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #D429DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D429DC is #2BD623. Grayscale: #6F6F6F. Windows color (decimal): -2872868 or 14428628. OLE color: 14428628.

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

Color convert

RGB 212 41 220 -
CMYK 0.04 0.81 0 0.14
HSL 297.32º 0.72% 0.51% -
HSV(B) 297.32º 0.81% 0.86% -
XYZ 40.86 20.75 69.56 -
YUV 112.54 188.65 198.95 -
System Red Green Blue C M Y K H S L
Decimal 212 41 220 0.04 0.81 0 0.14 297.32 0.72 0.51
Hex D4 29 DC 4 51 0 E 129 48 33
Octal 324 51 334 4 121 0 16 451 110 63
Binary 11010100 101001 11011100 100 1010001 0 1110 100101001 1001000 110011

Color Harmonies of #D429DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D429DC

Black with #D429DC

Text Example


Text Example

White with #D429DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D429DC; }

 p { color: rgb(212,41,220); }

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

background-color css

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

 a { background-color: rgb(212,41,220); }

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

border-color css

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

 span { border-color: rgb(212,41,220); }

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