Html Css Color HEX #D01175 Medium Violet Red

📋 copy color: '#D01175'

red 208 ◦ green 17 ◦ blue 117

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

Shades of Medium Violet Red #D01175

Tints of Medium Violet Red #D01175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.21%

R = 60.82%
G = 4.97%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D01175 (or 0xD01175) is known color: Medium Violet Red. HEX triplet: D0, 11 and 75. RGB value is (208,17,117). Sum of RGB (Red+Green+Blue) = 208+17+117=342 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.82% from 342); Green value is 17 (7.03% from 255 or 4.97% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 208 - color contains mainly: red. Hex color #D01175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01175 is #2FEE8A. Grayscale: #555555. Windows color (decimal): -3141259 or 7672272. OLE color: 7672272.

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

Color convert

RGB 208 17 117 -
CMYK 0 0.92 0.44 0.18
HSL 328.59º 0.85% 0.44% -
HSV(B) 328.59º 0.92% 0.82% -
XYZ 29.42 15.1 18.19 -
YUV 85.51 145.78 215.37 -
System Red Green Blue C M Y K H S L
Decimal 208 17 117 0 0.92 0.44 0.18 328.59 0.85 0.44
Hex D0 11 75 0 5C 2C 12 149 55 2C
Octal 320 21 165 0 134 54 22 511 125 54
Binary 11010000 10001 1110101 0 1011100 101100 10010 101001001 1010101 101100

Color Harmonies of #D01175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01175

Black with #D01175

Text Example


Text Example

White with #D01175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01175; }

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

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

background-color css

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

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

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

border-color css

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

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

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