Html Css Color HEX #D00874 Medium Violet Red

📋 copy color: '#D00874'

red 208 ◦ green 8 ◦ blue 116

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

Shades of Medium Violet Red #D00874

Tints of Medium Violet Red #D00874

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.41%

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

R = 62.65%
G = 2.41%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D00874 (or 0xD00874) is known color: Medium Violet Red. HEX triplet: D0, 08 and 74. RGB value is (208,8,116). Sum of RGB (Red+Green+Blue) = 208+8+116=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D00874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00874 is #2FF78B. Grayscale: #4F4F4F. Windows color (decimal): -3143564 or 7604432. OLE color: 7604432.

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

Color convert

RGB 208 8 116 -
CMYK 0 0.96 0.44 0.18
HSL 327.6º 0.93% 0.42% -
HSV(B) 327.6º 0.96% 0.82% -
XYZ 29.25 14.84 17.85 -
YUV 80.11 148.26 219.22 -
System Red Green Blue C M Y K H S L
Decimal 208 8 116 0 0.96 0.44 0.18 327.6 0.93 0.42
Hex D0 8 74 0 60 2C 12 148 5D 2A
Octal 320 10 164 0 140 54 22 510 135 52
Binary 11010000 1000 1110100 0 1100000 101100 10010 101001000 1011101 101010

Color Harmonies of #D00874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00874

Black with #D00874

Text Example


Text Example

White with #D00874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00874; }

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

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

background-color css

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

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

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

border-color css

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

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

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