Html Css Color HEX #D12075 Medium Violet Red

📋 copy color: '#D12075'

red 209 ◦ green 32 ◦ blue 117

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

Shades of Medium Violet Red #D12075

Tints of Medium Violet Red #D12075

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.94%

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

R = 58.38%
G = 8.94%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D12075 (or 0xD12075) is known color: Medium Violet Red. HEX triplet: D1, 20 and 75. RGB value is (209,32,117). Sum of RGB (Red+Green+Blue) = 209+32+117=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D12075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12075 is #2EDF8A. Grayscale: #5E5E5E. Windows color (decimal): -3071883 or 7676113. OLE color: 7676113.

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

Color convert

RGB 209 32 117 -
CMYK 0 0.85 0.44 0.18
HSL 331.19º 0.73% 0.47% -
HSV(B) 331.19º 0.85% 0.82% -
XYZ 30.02 15.87 18.31 -
YUV 94.61 140.64 209.59 -
System Red Green Blue C M Y K H S L
Decimal 209 32 117 0 0.85 0.44 0.18 331.19 0.73 0.47
Hex D1 20 75 0 55 2C 12 14B 49 2F
Octal 321 40 165 0 125 54 22 513 111 57
Binary 11010001 100000 1110101 0 1010101 101100 10010 101001011 1001001 101111

Color Harmonies of #D12075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12075

Black with #D12075

Text Example


Text Example

White with #D12075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12075; }

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

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

background-color css

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

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

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

border-color css

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

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

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