Html Css Color HEX #D00775 Medium Violet Red

📋 copy color: '#D00775'

red 208 ◦ green 7 ◦ blue 117

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

Shades of Medium Violet Red #D00775

Tints of Medium Violet Red #D00775

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.11%

 BLUE value IS 117 (46.09% from 255) = 35.24%

R = 62.65%
G = 2.11%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D00775 (or 0xD00775) is known color: Medium Violet Red. HEX triplet: D0, 07 and 75. RGB value is (208,7,117). Sum of RGB (Red+Green+Blue) = 208+7+117=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 7 (3.12% from 255 or 2.11% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D00775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00775 is #2FF88A. Grayscale: #4F4F4F. Windows color (decimal): -3143819 or 7669712. OLE color: 7669712.

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

Color convert

RGB 208 7 117 -
CMYK 0 0.97 0.44 0.18
HSL 327.16º 0.93% 0.42% -
HSV(B) 327.16º 0.97% 0.82% -
XYZ 29.3 14.85 18.15 -
YUV 79.64 149.09 219.56 -
System Red Green Blue C M Y K H S L
Decimal 208 7 117 0 0.97 0.44 0.18 327.16 0.93 0.42
Hex D0 7 75 0 61 2C 12 147 5D 2A
Octal 320 7 165 0 141 54 22 507 135 52
Binary 11010000 111 1110101 0 1100001 101100 10010 101000111 1011101 101010

Color Harmonies of #D00775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00775

Black with #D00775

Text Example


Text Example

White with #D00775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00775; }

 p { color: rgb(208,7,117); }

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

background-color css

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

 a { background-color: rgb(208,7,117); }

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

border-color css

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

 span { border-color: rgb(208,7,117); }

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