Html Css Color HEX #D42192 Medium Violet Red

📋 copy color: '#D42192'

red 212 ◦ green 33 ◦ blue 146

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

Shades of Medium Violet Red #D42192

Tints of Medium Violet Red #D42192

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.44%

 BLUE value IS 146 (57.42% from 255) = 37.34%

R = 54.22%
G = 8.44%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D42192 (or 0xD42192) is known color: Medium Violet Red. HEX triplet: D4, 21 and 92. RGB value is (212,33,146). Sum of RGB (Red+Green+Blue) = 212+33+146=391 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.22% from 391); Green value is 33 (13.28% from 255 or 8.44% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 212 - color contains mainly: red. Hex color #D42192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42192 is #2BDE6D. Grayscale: #636363. Windows color (decimal): -2874990 or 9576916. OLE color: 9576916.

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

Color convert

RGB 212 33 146 -
CMYK 0 0.84 0.31 0.17
HSL 322.12º 0.73% 0.48% -
HSV(B) 322.12º 0.84% 0.83% -
XYZ 32.88 17.16 28.77 -
YUV 99.4 154.3 208.31 -
System Red Green Blue C M Y K H S L
Decimal 212 33 146 0 0.84 0.31 0.17 322.12 0.73 0.48
Hex D4 21 92 0 54 1F 11 142 49 30
Octal 324 41 222 0 124 37 21 502 111 60
Binary 11010100 100001 10010010 0 1010100 11111 10001 101000010 1001001 110000

Color Harmonies of #D42192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42192

Black with #D42192

Text Example


Text Example

White with #D42192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42192; }

 p { color: rgb(212,33,146); }

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

background-color css

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

 a { background-color: rgb(212,33,146); }

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

border-color css

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

 span { border-color: rgb(212,33,146); }

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