Html Css Color HEX #D1038D Medium Violet Red

📋 copy color: '#D1038D'

red 209 ◦ green 3 ◦ blue 141

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

Shades of Medium Violet Red #D1038D

Tints of Medium Violet Red #D1038D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.85%

 BLUE value IS 141 (55.47% from 255) = 39.94%

R = 59.21%
G = 0.85%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1038D (or 0xD1038D) is known color: Medium Violet Red. HEX triplet: D1, 03 and 8D. RGB value is (209,3,141). Sum of RGB (Red+Green+Blue) = 209+3+141=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D1038D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1038D is #2EFC72. Grayscale: #4F4F4F. Windows color (decimal): -3079283 or 9241553. OLE color: 9241553.

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

Color convert

RGB 209 3 141 -
CMYK 0 0.99 0.33 0.18
HSL 319.81º 0.97% 0.42% -
HSV(B) 319.81º 0.99% 0.82% -
XYZ 31.13 15.54 26.56 -
YUV 80.33 162.25 219.78 -
System Red Green Blue C M Y K H S L
Decimal 209 3 141 0 0.99 0.33 0.18 319.81 0.97 0.42
Hex D1 3 8D 0 63 21 12 140 61 2A
Octal 321 3 215 0 143 41 22 500 141 52
Binary 11010001 11 10001101 0 1100011 100001 10010 101000000 1100001 101010

Color Harmonies of #D1038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1038D

Black with #D1038D

Text Example


Text Example

White with #D1038D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1038D; }

 p { color: rgb(209,3,141); }

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

background-color css

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

 a { background-color: rgb(209,3,141); }

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

border-color css

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

 span { border-color: rgb(209,3,141); }

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