Html Css Color HEX #D1058B Medium Violet Red

📋 copy color: '#D1058B'

red 209 ◦ green 5 ◦ blue 139

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

Shades of Medium Violet Red #D1058B

Tints of Medium Violet Red #D1058B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.42%

 BLUE value IS 139 (54.69% from 255) = 39.38%

R = 59.21%
G = 1.42%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1058B (or 0xD1058B) is known color: Medium Violet Red. HEX triplet: D1, 05 and 8B. RGB value is (209,5,139). Sum of RGB (Red+Green+Blue) = 209+5+139=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D1058B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1058B is #2EFA74. Grayscale: #505050. Windows color (decimal): -3078773 or 9110993. OLE color: 9110993.

HSL color Cylindrical-coordinate representation of color #D1058B: hue angle of 320.59º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D1058B is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 5 139 -
CMYK 0 0.98 0.33 0.18
HSL 320.59º 0.95% 0.42% -
HSV(B) 320.59º 0.98% 0.82% -
XYZ 31.01 15.53 25.79 -
YUV 81.27 160.59 219.1 -
System Red Green Blue C M Y K H S L
Decimal 209 5 139 0 0.98 0.33 0.18 320.59 0.95 0.42
Hex D1 5 8B 0 62 21 12 141 5F 2A
Octal 321 5 213 0 142 41 22 501 137 52
Binary 11010001 101 10001011 0 1100010 100001 10010 101000001 1011111 101010

Color Harmonies of #D1058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1058B

Black with #D1058B

Text Example


Text Example

White with #D1058B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1058B; }

 p { color: rgb(209,5,139); }

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

background-color css

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

 a { background-color: rgb(209,5,139); }

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

border-color css

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

 span { border-color: rgb(209,5,139); }

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