Html Css Color HEX #D0117D Medium Violet Red

📋 copy color: '#D0117D'

red 208 ◦ green 17 ◦ blue 125

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

Shades of Medium Violet Red #D0117D

Tints of Medium Violet Red #D0117D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.86%

 BLUE value IS 125 (49.22% from 255) = 35.71%

R = 59.43%
G = 4.86%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0117D (or 0xD0117D) is known color: Medium Violet Red. HEX triplet: D0, 11 and 7D. RGB value is (208,17,125). Sum of RGB (Red+Green+Blue) = 208+17+125=350 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.43% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 208 - color contains mainly: red. Hex color #D0117D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0117D is #2FEE82. Grayscale: #565656. Windows color (decimal): -3141251 or 8196560. OLE color: 8196560.

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

Color convert

RGB 208 17 125 -
CMYK 0 0.92 0.40 0.18
HSL 326.07º 0.85% 0.44% -
HSV(B) 326.07º 0.92% 0.82% -
XYZ 29.91 15.29 20.78 -
YUV 86.42 149.78 214.72 -
System Red Green Blue C M Y K H S L
Decimal 208 17 125 0 0.92 0.40 0.18 326.07 0.85 0.44
Hex D0 11 7D 0 5C 28 12 146 55 2C
Octal 320 21 175 0 134 50 22 506 125 54
Binary 11010000 10001 1111101 0 1011100 101000 10010 101000110 1010101 101100

Color Harmonies of #D0117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0117D

Black with #D0117D

Text Example


Text Example

White with #D0117D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0117D; }

 p { color: rgb(208,17,125); }

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

background-color css

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

 a { background-color: rgb(208,17,125); }

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

border-color css

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

 span { border-color: rgb(208,17,125); }

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