Html Css Color HEX #D422DD Deep Magenta

📋 copy color: '#D422DD'

red 212 ◦ green 34 ◦ blue 221

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

Shades of Deep Magenta #D422DD

Tints of Deep Magenta #D422DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.32%

R = 45.4%
G = 7.28%
B = 47.32%

CMYK

 C value IS 0.04

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D422DD (or 0xD422DD) is known color: Deep Magenta. HEX triplet: D4, 22 and DD. RGB value is (212,34,221). Sum of RGB (Red+Green+Blue) = 212+34+221=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 34 (13.67% from 255 or 7.28% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #D422DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D422DD is #2BDD22. Grayscale: #6B6B6B. Windows color (decimal): -2874659 or 14492372. OLE color: 14492372.

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

Color convert

RGB 212 34 221 -
CMYK 0.04 0.85 0 0.13
HSL 297.11º 0.73% 0.5% -
HSV(B) 297.11º 0.85% 0.87% -
XYZ 40.77 20.36 70.19 -
YUV 108.54 191.47 201.79 -
System Red Green Blue C M Y K H S L
Decimal 212 34 221 0.04 0.85 0 0.13 297.11 0.73 0.5
Hex D4 22 DD 4 55 0 D 129 49 32
Octal 324 42 335 4 125 0 15 451 111 62
Binary 11010100 100010 11011101 100 1010101 0 1101 100101001 1001001 110010

Color Harmonies of #D422DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D422DD

Black with #D422DD

Text Example


Text Example

White with #D422DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D422DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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