Html Css Color HEX #D12289 Medium Violet Red

📋 copy color: '#D12289'

red 209 ◦ green 34 ◦ blue 137

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

Shades of Medium Violet Red #D12289

Tints of Medium Violet Red #D12289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.05%

R = 55%
G = 8.95%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D12289 (or 0xD12289) is known color: Medium Violet Red. HEX triplet: D1, 22 and 89. RGB value is (209,34,137). Sum of RGB (Red+Green+Blue) = 209+34+137=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 34 (13.67% from 255 or 8.95% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D12289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12289 is #2EDD76. Grayscale: #616161. Windows color (decimal): -3071351 or 8987345. OLE color: 8987345.

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

Color convert

RGB 209 34 137 -
CMYK 0 0.84 0.34 0.18
HSL 324.69º 0.72% 0.48% -
HSV(B) 324.69º 0.84% 0.82% -
XYZ 31.38 16.51 25.2 -
YUV 98.07 149.98 207.12 -
System Red Green Blue C M Y K H S L
Decimal 209 34 137 0 0.84 0.34 0.18 324.69 0.72 0.48
Hex D1 22 89 0 54 22 12 145 48 30
Octal 321 42 211 0 124 42 22 505 110 60
Binary 11010001 100010 10001001 0 1010100 100010 10010 101000101 1001000 110000

Color Harmonies of #D12289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12289

Black with #D12289

Text Example


Text Example

White with #D12289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12289; }

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

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

background-color css

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

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

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

border-color css

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

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

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