Html Css Color HEX #D12292 Medium Violet Red

📋 copy color: '#D12292'

red 209 ◦ green 34 ◦ blue 146

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

Shades of Medium Violet Red #D12292

Tints of Medium Violet Red #D12292

RGB

 RED value IS 209 (82.03% from 255) = 53.73%

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

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

R = 53.73%
G = 8.74%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D12292 (or 0xD12292) is known color: Medium Violet Red. HEX triplet: D1, 22 and 92. RGB value is (209,34,146). Sum of RGB (Red+Green+Blue) = 209+34+146=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 34 (13.67% from 255 or 8.74% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D12292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12292 is #2EDD6D. Grayscale: #626262. Windows color (decimal): -3071342 or 9577169. OLE color: 9577169.

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

Color convert

RGB 209 34 146 -
CMYK 0 0.84 0.30 0.18
HSL 321.6º 0.72% 0.48% -
HSV(B) 321.6º 0.84% 0.82% -
XYZ 32.05 16.77 28.74 -
YUV 99.09 154.48 206.39 -
System Red Green Blue C M Y K H S L
Decimal 209 34 146 0 0.84 0.30 0.18 321.6 0.72 0.48
Hex D1 22 92 0 54 1E 12 142 48 30
Octal 321 42 222 0 124 36 22 502 110 60
Binary 11010001 100010 10010010 0 1010100 11110 10010 101000010 1001000 110000

Color Harmonies of #D12292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12292

Black with #D12292

Text Example


Text Example

White with #D12292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12292; }

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

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

background-color css

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

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

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

border-color css

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

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

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