Html Css Color HEX #D00F74 Medium Violet Red

📋 copy color: '#D00F74'

red 208 ◦ green 15 ◦ blue 116

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

Shades of Medium Violet Red #D00F74

Tints of Medium Violet Red #D00F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.22%

R = 61.36%
G = 4.42%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D00F74 (or 0xD00F74) is known color: Medium Violet Red. HEX triplet: D0, 0F and 74. RGB value is (208,15,116). Sum of RGB (Red+Green+Blue) = 208+15+116=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 15 (6.25% from 255 or 4.42% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00F74 is #2FF08B. Grayscale: #545454. Windows color (decimal): -3141772 or 7606224. OLE color: 7606224.

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

Color convert

RGB 208 15 116 -
CMYK 0 0.93 0.44 0.18
HSL 328.6º 0.87% 0.44% -
HSV(B) 328.6º 0.93% 0.82% -
XYZ 29.34 15.01 17.87 -
YUV 84.22 145.94 216.29 -
System Red Green Blue C M Y K H S L
Decimal 208 15 116 0 0.93 0.44 0.18 328.6 0.87 0.44
Hex D0 F 74 0 5D 2C 12 149 57 2C
Octal 320 17 164 0 135 54 22 511 127 54
Binary 11010000 1111 1110100 0 1011101 101100 10010 101001001 1010111 101100

Color Harmonies of #D00F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00F74

Black with #D00F74

Text Example


Text Example

White with #D00F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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