Html Css Color HEX #D00F9C Medium Violet Red

📋 copy color: '#D00F9C'

red 208 ◦ green 15 ◦ blue 156

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

Shades of Medium Violet Red #D00F9C

Tints of Medium Violet Red #D00F9C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.96%

 BLUE value IS 156 (61.33% from 255) = 41.16%

R = 54.88%
G = 3.96%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D00F9C (or 0xD00F9C) is known color: Medium Violet Red. HEX triplet: D0, 0F and 9C. RGB value is (208,15,156). Sum of RGB (Red+Green+Blue) = 208+15+156=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 15 (6.25% from 255 or 3.96% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00F9C is #2FF063. Grayscale: #585858. Windows color (decimal): -3141732 or 10227664. OLE color: 10227664.

HSL color Cylindrical-coordinate representation of color #D00F9C: hue angle of 316.17º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D00F9C is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 15 156 -
CMYK 0 0.93 0.25 0.18
HSL 316.17º 0.87% 0.44% -
HSV(B) 316.17º 0.93% 0.82% -
XYZ 32.18 16.15 32.87 -
YUV 88.78 165.94 213.04 -
System Red Green Blue C M Y K H S L
Decimal 208 15 156 0 0.93 0.25 0.18 316.17 0.87 0.44
Hex D0 F 9C 0 5D 19 12 13C 57 2C
Octal 320 17 234 0 135 31 22 474 127 54
Binary 11010000 1111 10011100 0 1011101 11001 10010 100111100 1010111 101100

Color Harmonies of #D00F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00F9C

Black with #D00F9C

Text Example


Text Example

White with #D00F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00F9C; }

 p { color: rgb(208,15,156); }

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

background-color css

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

 a { background-color: rgb(208,15,156); }

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

border-color css

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

 span { border-color: rgb(208,15,156); }

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