Html Css Color HEX #D422D0 Deep Magenta

📋 copy color: '#D422D0'

red 212 ◦ green 34 ◦ blue 208

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

Shades of Deep Magenta #D422D0

Tints of Deep Magenta #D422D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.81%

R = 46.7%
G = 7.49%
B = 45.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D422D0 (or 0xD422D0) is known color: Deep Magenta. HEX triplet: D4, 22 and D0. RGB value is (212,34,208). Sum of RGB (Red+Green+Blue) = 212+34+208=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 34 (13.67% from 255 or 7.49% from 454); Blue value is 208 (81.64% from 255 or 45.81% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D422D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D422D0 is #2BDD2F. Grayscale: #6A6A6A. Windows color (decimal): -2874672 or 13640404. OLE color: 13640404.

HSL color Cylindrical-coordinate representation of color #D422D0: hue angle of 301.35º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D422D0 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 34 208 -
CMYK 0 0.84 0.02 0.17
HSL 301.35º 0.72% 0.48% -
HSV(B) 301.35º 0.84% 0.83% -
XYZ 39.11 19.7 61.41 -
YUV 107.06 184.97 202.85 -
System Red Green Blue C M Y K H S L
Decimal 212 34 208 0 0.84 0.02 0.17 301.35 0.72 0.48
Hex D4 22 D0 0 54 2 11 12D 48 30
Octal 324 42 320 0 124 2 21 455 110 60
Binary 11010100 100010 11010000 0 1010100 10 10001 100101101 1001000 110000

Color Harmonies of #D422D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D422D0

Black with #D422D0

Text Example


Text Example

White with #D422D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D422D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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