Html Css Color HEX #D00096 Medium Violet Red

📋 copy color: '#D00096'

red 208 ◦ green 0 ◦ blue 150

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

Shades of Medium Violet Red #D00096

Tints of Medium Violet Red #D00096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.9%

R = 58.1%
G = 0%
B = 41.9%

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

#D00096 (or 0xD00096) is known color: Medium Violet Red. HEX triplet: D0, 00 and 96. RGB value is (208,0,150). Sum of RGB (Red+Green+Blue) = 208+0+150=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D00096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00096 is #2FFF69. Grayscale: #4E4E4E. Windows color (decimal): -3145578 or 9830608. OLE color: 9830608.

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

Color convert

RGB 208 0 150 -
CMYK 0 1 0.28 0.18
HSL 316.73º 1% 0.41% -
HSV(B) 316.73º 1% 0.82% -
XYZ 31.52 15.61 30.21 -
YUV 79.29 167.91 219.8 -
System Red Green Blue C M Y K H S L
Decimal 208 0 150 0 1 0.28 0.18 316.73 1 0.41
Hex D0 0 96 0 64 1C 12 13D 64 29
Octal 320 0 226 0 144 34 22 475 144 51
Binary 11010000 0 10010110 0 1100100 11100 10010 100111101 1100100 101001

Color Harmonies of #D00096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00096

Black with #D00096

Text Example


Text Example

White with #D00096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00096; }

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

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

background-color css

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

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

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

border-color css

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

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

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