Html Css Color HEX #D0108D Medium Violet Red

📋 copy color: '#D0108D'

red 208 ◦ green 16 ◦ blue 141

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

Shades of Medium Violet Red #D0108D

Tints of Medium Violet Red #D0108D

RGB

 RED value IS 208 (81.64% from 255) = 56.99%

 GREEN value IS 16 (6.64% from 255) = 4.38%

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

R = 56.99%
G = 4.38%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0108D (or 0xD0108D) is known color: Medium Violet Red. HEX triplet: D0, 10 and 8D. RGB value is (208,16,141). Sum of RGB (Red+Green+Blue) = 208+16+141=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D0108D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0108D is #2FEF72. Grayscale: #575757. Windows color (decimal): -3141491 or 9244880. OLE color: 9244880.

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

Color convert

RGB 208 16 141 -
CMYK 0 0.92 0.32 0.18
HSL 320.94º 0.86% 0.44% -
HSV(B) 320.94º 0.92% 0.82% -
XYZ 31.01 15.7 26.6 -
YUV 87.66 158.11 213.84 -
System Red Green Blue C M Y K H S L
Decimal 208 16 141 0 0.92 0.32 0.18 320.94 0.86 0.44
Hex D0 10 8D 0 5C 20 12 141 56 2C
Octal 320 20 215 0 134 40 22 501 126 54
Binary 11010000 10000 10001101 0 1011100 100000 10010 101000001 1010110 101100

Color Harmonies of #D0108D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0108D

Black with #D0108D

Text Example


Text Example

White with #D0108D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0108D; }

 p { color: rgb(208,16,141); }

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

background-color css

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

 a { background-color: rgb(208,16,141); }

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

border-color css

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

 span { border-color: rgb(208,16,141); }

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