Html Css Color HEX #D00877 Medium Violet Red

📋 copy color: '#D00877'

red 208 ◦ green 8 ◦ blue 119

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

Shades of Medium Violet Red #D00877

Tints of Medium Violet Red #D00877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.52%

R = 62.09%
G = 2.39%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D00877 (or 0xD00877) is known color: Medium Violet Red. HEX triplet: D0, 08 and 77. RGB value is (208,8,119). Sum of RGB (Red+Green+Blue) = 208+8+119=335 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.09% from 335); Green value is 8 (3.52% from 255 or 2.39% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 208 - color contains mainly: red. Hex color #D00877 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00877 is #2FF788. Grayscale: #505050. Windows color (decimal): -3143561 or 7801040. OLE color: 7801040.

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

Color convert

RGB 208 8 119 -
CMYK 0 0.96 0.43 0.18
HSL 326.7º 0.93% 0.42% -
HSV(B) 326.7º 0.96% 0.82% -
XYZ 29.43 14.92 18.78 -
YUV 80.45 149.76 218.97 -
System Red Green Blue C M Y K H S L
Decimal 208 8 119 0 0.96 0.43 0.18 326.7 0.93 0.42
Hex D0 8 77 0 60 2B 12 147 5D 2A
Octal 320 10 167 0 140 53 22 507 135 52
Binary 11010000 1000 1110111 0 1100000 101011 10010 101000111 1011101 101010

Color Harmonies of #D00877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00877

Black with #D00877

Text Example


Text Example

White with #D00877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00877; }

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

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

background-color css

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

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

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

border-color css

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

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

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