Html Css Color HEX #D00077 Medium Violet Red

📋 copy color: '#D00077'

red 208 ◦ green 0 ◦ blue 119

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

Shades of Medium Violet Red #D00077

Tints of Medium Violet Red #D00077

RGB

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

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

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

R = 63.61%
G = 0%
B = 36.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D00077 (or 0xD00077) is known color: Medium Violet Red. HEX triplet: D0, 00 and 77. RGB value is (208,0,119). Sum of RGB (Red+Green+Blue) = 208+0+119=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 119 (46.88% from 255 or 36.39% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D00077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00077 is #2FFF88. Grayscale: #4B4B4B. Windows color (decimal): -3145609 or 7798992. OLE color: 7798992.

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

Color convert

RGB 208 0 119 -
CMYK 0 1 0.43 0.18
HSL 325.67º 1% 0.41% -
HSV(B) 325.67º 1% 0.82% -
XYZ 29.34 14.74 18.75 -
YUV 75.76 152.41 222.32 -
System Red Green Blue C M Y K H S L
Decimal 208 0 119 0 1 0.43 0.18 325.67 1 0.41
Hex D0 0 77 0 64 2B 12 146 64 29
Octal 320 0 167 0 144 53 22 506 144 51
Binary 11010000 0 1110111 0 1100100 101011 10010 101000110 1100100 101001

Color Harmonies of #D00077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00077

Black with #D00077

Text Example


Text Example

White with #D00077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00077; }

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

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

background-color css

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

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

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

border-color css

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

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

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