Html Css Color HEX #D422C0 Deep Magenta

📋 copy color: '#D422C0'

red 212 ◦ green 34 ◦ blue 192

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

Shades of Deep Magenta #D422C0

Tints of Deep Magenta #D422C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.84%

R = 48.4%
G = 7.76%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D422C0 (or 0xD422C0) is known color: Deep Magenta. HEX triplet: D4, 22 and C0. RGB value is (212,34,192). Sum of RGB (Red+Green+Blue) = 212+34+192=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 34 (13.67% from 255 or 7.76% from 438); Blue value is 192 (75.39% from 255 or 43.84% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D422C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D422C0 is #2BDD3F. Grayscale: #686868. Windows color (decimal): -2874688 or 12591828. OLE color: 12591828.

HSL color Cylindrical-coordinate representation of color #D422C0: hue angle of 306.74º 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 #D422C0 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 34 192 -
CMYK 0 0.84 0.09 0.17
HSL 306.74º 0.72% 0.48% -
HSV(B) 306.74º 0.84% 0.83% -
XYZ 37.24 18.95 51.56 -
YUV 105.23 176.97 204.15 -
System Red Green Blue C M Y K H S L
Decimal 212 34 192 0 0.84 0.09 0.17 306.74 0.72 0.48
Hex D4 22 C0 0 54 9 11 133 48 30
Octal 324 42 300 0 124 11 21 463 110 60
Binary 11010100 100010 11000000 0 1010100 1001 10001 100110011 1001000 110000

Color Harmonies of #D422C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D422C0

Black with #D422C0

Text Example


Text Example

White with #D422C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D422C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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