Html Css Color HEX #D01193 Medium Violet Red

📋 copy color: '#D01193'

red 208 ◦ green 17 ◦ blue 147

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

Shades of Medium Violet Red #D01193

Tints of Medium Violet Red #D01193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.52%

R = 55.91%
G = 4.57%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D01193 (or 0xD01193) is known color: Medium Violet Red. HEX triplet: D0, 11 and 93. RGB value is (208,17,147). Sum of RGB (Red+Green+Blue) = 208+17+147=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 17 (7.03% from 255 or 4.57% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D01193 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01193 is #2FEE6C. Grayscale: #585858. Windows color (decimal): -3141229 or 9638352. OLE color: 9638352.

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

Color convert

RGB 208 17 147 -
CMYK 0 0.92 0.29 0.18
HSL 319.16º 0.85% 0.44% -
HSV(B) 319.16º 0.92% 0.82% -
XYZ 31.48 15.92 29.02 -
YUV 88.93 160.78 212.93 -
System Red Green Blue C M Y K H S L
Decimal 208 17 147 0 0.92 0.29 0.18 319.16 0.85 0.44
Hex D0 11 93 0 5C 1D 12 13F 55 2C
Octal 320 21 223 0 134 35 22 477 125 54
Binary 11010000 10001 10010011 0 1011100 11101 10010 100111111 1010101 101100

Color Harmonies of #D01193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01193

Black with #D01193

Text Example


Text Example

White with #D01193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01193; }

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

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

background-color css

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

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

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

border-color css

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

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

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