Html Css Color HEX #D12175 Medium Violet Red

📋 copy color: '#D12175'

red 209 ◦ green 33 ◦ blue 117

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

Shades of Medium Violet Red #D12175

Tints of Medium Violet Red #D12175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.59%

R = 58.22%
G = 9.19%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D12175 (or 0xD12175) is known color: Medium Violet Red. HEX triplet: D1, 21 and 75. RGB value is (209,33,117). Sum of RGB (Red+Green+Blue) = 209+33+117=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D12175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12175 is #2EDE8A. Grayscale: #5F5F5F. Windows color (decimal): -3071627 or 7676369. OLE color: 7676369.

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

Color convert

RGB 209 33 117 -
CMYK 0 0.84 0.44 0.18
HSL 331.36º 0.73% 0.47% -
HSV(B) 331.36º 0.84% 0.82% -
XYZ 30.05 15.93 18.32 -
YUV 95.2 140.31 209.17 -
System Red Green Blue C M Y K H S L
Decimal 209 33 117 0 0.84 0.44 0.18 331.36 0.73 0.47
Hex D1 21 75 0 54 2C 12 14B 49 2F
Octal 321 41 165 0 124 54 22 513 111 57
Binary 11010001 100001 1110101 0 1010100 101100 10010 101001011 1001001 101111

Color Harmonies of #D12175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12175

Black with #D12175

Text Example


Text Example

White with #D12175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12175; }

 p { color: rgb(209,33,117); }

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

background-color css

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

 a { background-color: rgb(209,33,117); }

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

border-color css

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

 span { border-color: rgb(209,33,117); }

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