Html Css Color HEX #D12085 Medium Violet Red

📋 copy color: '#D12085'

red 209 ◦ green 32 ◦ blue 133

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

Shades of Medium Violet Red #D12085

Tints of Medium Violet Red #D12085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.56%

R = 55.88%
G = 8.56%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D12085 (or 0xD12085) is known color: Medium Violet Red. HEX triplet: D1, 20 and 85. RGB value is (209,32,133). Sum of RGB (Red+Green+Blue) = 209+32+133=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D12085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12085 is #2EDF7A. Grayscale: #606060. Windows color (decimal): -3071867 or 8724689. OLE color: 8724689.

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

Color convert

RGB 209 32 133 -
CMYK 0 0.85 0.36 0.18
HSL 325.76º 0.73% 0.47% -
HSV(B) 325.76º 0.85% 0.82% -
XYZ 31.04 16.28 23.7 -
YUV 96.44 148.64 208.29 -
System Red Green Blue C M Y K H S L
Decimal 209 32 133 0 0.85 0.36 0.18 325.76 0.73 0.47
Hex D1 20 85 0 55 24 12 146 49 2F
Octal 321 40 205 0 125 44 22 506 111 57
Binary 11010001 100000 10000101 0 1010101 100100 10010 101000110 1001001 101111

Color Harmonies of #D12085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12085

Black with #D12085

Text Example


Text Example

White with #D12085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12085; }

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

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

background-color css

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

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

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

border-color css

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

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

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