Html Css Color HEX #D00095 Medium Violet Red

📋 copy color: '#D00095'

red 208 ◦ green 0 ◦ blue 149

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

Shades of Medium Violet Red #D00095

Tints of Medium Violet Red #D00095

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.26%
G = 0%
B = 41.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D00095 (or 0xD00095) is known color: Medium Violet Red. HEX triplet: D0, 00 and 95. RGB value is (208,0,149). Sum of RGB (Red+Green+Blue) = 208+0+149=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D00095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00095 is #2FFF6A. Grayscale: #4E4E4E. Windows color (decimal): -3145579 or 9765072. OLE color: 9765072.

HSL color Cylindrical-coordinate representation of color #D00095: hue angle of 317.02º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00095 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 0 149 -
CMYK 0 1 0.28 0.18
HSL 317.02º 1% 0.41% -
HSV(B) 317.02º 1% 0.82% -
XYZ 31.44 15.58 29.78 -
YUV 79.18 167.41 219.88 -
System Red Green Blue C M Y K H S L
Decimal 208 0 149 0 1 0.28 0.18 317.02 1 0.41
Hex D0 0 95 0 64 1C 12 13D 64 29
Octal 320 0 225 0 144 34 22 475 144 51
Binary 11010000 0 10010101 0 1100100 11100 10010 100111101 1100100 101001

Color Harmonies of #D00095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00095

Black with #D00095

Text Example


Text Example

White with #D00095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00095; }

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

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

background-color css

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

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

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

border-color css

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

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

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