Html Css Color HEX #D42292 Medium Violet Red

📋 copy color: '#D42292'

red 212 ◦ green 34 ◦ blue 146

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

Shades of Medium Violet Red #D42292

Tints of Medium Violet Red #D42292

RGB

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

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

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

R = 54.08%
G = 8.67%
B = 37.24%

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

#D42292 (or 0xD42292) is known color: Medium Violet Red. HEX triplet: D4, 22 and 92. RGB value is (212,34,146). Sum of RGB (Red+Green+Blue) = 212+34+146=392 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.08% from 392); Green value is 34 (13.67% from 255 or 8.67% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 212 - color contains mainly: red. Hex color #D42292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42292 is #2BDD6D. Grayscale: #636363. Windows color (decimal): -2874734 or 9577172. OLE color: 9577172.

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

Color convert

RGB 212 34 146 -
CMYK 0 0.84 0.31 0.17
HSL 322.25º 0.72% 0.48% -
HSV(B) 322.25º 0.84% 0.83% -
XYZ 32.91 17.22 28.78 -
YUV 99.99 153.97 207.89 -
System Red Green Blue C M Y K H S L
Decimal 212 34 146 0 0.84 0.31 0.17 322.25 0.72 0.48
Hex D4 22 92 0 54 1F 11 142 48 30
Octal 324 42 222 0 124 37 21 502 110 60
Binary 11010100 100010 10010010 0 1010100 11111 10001 101000010 1001000 110000

Color Harmonies of #D42292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42292

Black with #D42292

Text Example


Text Example

White with #D42292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42292; }

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

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

background-color css

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

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

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

border-color css

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

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

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