Html Css Color HEX #D1008D Medium Violet Red

📋 copy color: '#D1008D'

red 209 ◦ green 0 ◦ blue 141

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

Shades of Medium Violet Red #D1008D

Tints of Medium Violet Red #D1008D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.71%
G = 0%
B = 40.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1008D (or 0xD1008D) is known color: Medium Violet Red. HEX triplet: D1, 00 and 8D. RGB value is (209,0,141). Sum of RGB (Red+Green+Blue) = 209+0+141=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D1008D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1008D is #2EFF72. Grayscale: #4E4E4E. Windows color (decimal): -3080051 or 9240785. OLE color: 9240785.

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

Color convert

RGB 209 0 141 -
CMYK 0 1 0.33 0.18
HSL 319.52º 1% 0.41% -
HSV(B) 319.52º 1% 0.82% -
XYZ 31.1 15.48 26.55 -
YUV 78.57 163.24 221.04 -
System Red Green Blue C M Y K H S L
Decimal 209 0 141 0 1 0.33 0.18 319.52 1 0.41
Hex D1 0 8D 0 64 21 12 140 64 29
Octal 321 0 215 0 144 41 22 500 144 51
Binary 11010001 0 10001101 0 1100100 100001 10010 101000000 1100100 101001

Color Harmonies of #D1008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1008D

Black with #D1008D

Text Example


Text Example

White with #D1008D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1008D; }

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

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

background-color css

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

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

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

border-color css

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

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

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