Html Css Color HEX #D422DC Deep Magenta

📋 copy color: '#D422DC'

red 212 ◦ green 34 ◦ blue 220

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

Shades of Deep Magenta #D422DC

Tints of Deep Magenta #D422DC

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.3%

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

R = 45.49%
G = 7.3%
B = 47.21%

CMYK

 C value IS 0.04

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D422DC (or 0xD422DC) is known color: Deep Magenta. HEX triplet: D4, 22 and DC. RGB value is (212,34,220). Sum of RGB (Red+Green+Blue) = 212+34+220=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 34 (13.67% from 255 or 7.30% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #D422DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D422DC is #2BDD23. Grayscale: #6B6B6B. Windows color (decimal): -2874660 or 14426836. OLE color: 14426836.

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

Color convert

RGB 212 34 220 -
CMYK 0.04 0.85 0 0.14
HSL 297.42º 0.73% 0.5% -
HSV(B) 297.42º 0.85% 0.86% -
XYZ 40.64 20.31 69.49 -
YUV 108.43 190.97 201.88 -
System Red Green Blue C M Y K H S L
Decimal 212 34 220 0.04 0.85 0 0.14 297.42 0.73 0.5
Hex D4 22 DC 4 55 0 E 129 49 32
Octal 324 42 334 4 125 0 16 451 111 62
Binary 11010100 100010 11011100 100 1010101 0 1110 100101001 1001001 110010

Color Harmonies of #D422DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D422DC

Black with #D422DC

Text Example


Text Example

White with #D422DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D422DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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