Html Css Color HEX #D01095 Medium Violet Red

📋 copy color: '#D01095'

red 208 ◦ green 16 ◦ blue 149

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

Shades of Medium Violet Red #D01095

Tints of Medium Violet Red #D01095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.95%

R = 55.76%
G = 4.29%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D01095 (or 0xD01095) is known color: Medium Violet Red. HEX triplet: D0, 10 and 95. RGB value is (208,16,149). Sum of RGB (Red+Green+Blue) = 208+16+149=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 16 (6.64% from 255 or 4.29% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D01095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01095 is #2FEF6A. Grayscale: #585858. Windows color (decimal): -3141483 or 9769168. OLE color: 9769168.

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

Color convert

RGB 208 16 149 -
CMYK 0 0.92 0.28 0.18
HSL 318.44º 0.86% 0.44% -
HSV(B) 318.44º 0.92% 0.82% -
XYZ 31.62 15.95 29.85 -
YUV 88.57 162.11 213.19 -
System Red Green Blue C M Y K H S L
Decimal 208 16 149 0 0.92 0.28 0.18 318.44 0.86 0.44
Hex D0 10 95 0 5C 1C 12 13E 56 2C
Octal 320 20 225 0 134 34 22 476 126 54
Binary 11010000 10000 10010101 0 1011100 11100 10010 100111110 1010110 101100

Color Harmonies of #D01095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01095

Black with #D01095

Text Example


Text Example

White with #D01095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01095; }

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

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

background-color css

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

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

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

border-color css

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

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

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