Html Css Color HEX #D01194 Medium Violet Red

📋 copy color: '#D01194'

red 208 ◦ green 17 ◦ blue 148

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

Shades of Medium Violet Red #D01194

Tints of Medium Violet Red #D01194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.68%

R = 55.76%
G = 4.56%
B = 39.68%

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

#D01194 (or 0xD01194) is known color: Medium Violet Red. HEX triplet: D0, 11 and 94. RGB value is (208,17,148). Sum of RGB (Red+Green+Blue) = 208+17+148=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 17 (7.03% from 255 or 4.56% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D01194 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01194 is #2FEE6B. Grayscale: #585858. Windows color (decimal): -3141228 or 9703888. OLE color: 9703888.

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

Color convert

RGB 208 17 148 -
CMYK 0 0.92 0.29 0.18
HSL 318.85º 0.85% 0.44% -
HSV(B) 318.85º 0.92% 0.82% -
XYZ 31.56 15.95 29.43 -
YUV 89.04 161.28 212.85 -
System Red Green Blue C M Y K H S L
Decimal 208 17 148 0 0.92 0.29 0.18 318.85 0.85 0.44
Hex D0 11 94 0 5C 1D 12 13F 55 2C
Octal 320 21 224 0 134 35 22 477 125 54
Binary 11010000 10001 10010100 0 1011100 11101 10010 100111111 1010101 101100

Color Harmonies of #D01194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01194

Black with #D01194

Text Example


Text Example

White with #D01194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01194; }

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

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

background-color css

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

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

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

border-color css

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

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

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