Html Css Color HEX #D00377 Medium Violet Red

📋 copy color: '#D00377'

red 208 ◦ green 3 ◦ blue 119

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

Shades of Medium Violet Red #D00377

Tints of Medium Violet Red #D00377

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.91%

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

R = 63.03%
G = 0.91%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D00377 (or 0xD00377) is known color: Medium Violet Red. HEX triplet: D0, 03 and 77. RGB value is (208,3,119). Sum of RGB (Red+Green+Blue) = 208+3+119=330 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.03% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 208 - color contains mainly: red. Hex color #D00377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00377 is #2FFC88. Grayscale: #4D4D4D. Windows color (decimal): -3144841 or 7799760. OLE color: 7799760.

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

Color convert

RGB 208 3 119 -
CMYK 0 0.99 0.43 0.18
HSL 326.05º 0.97% 0.41% -
HSV(B) 326.05º 0.99% 0.82% -
XYZ 29.37 14.81 18.76 -
YUV 77.52 151.42 221.07 -
System Red Green Blue C M Y K H S L
Decimal 208 3 119 0 0.99 0.43 0.18 326.05 0.97 0.41
Hex D0 3 77 0 63 2B 12 146 61 29
Octal 320 3 167 0 143 53 22 506 141 51
Binary 11010000 11 1110111 0 1100011 101011 10010 101000110 1100001 101001

Color Harmonies of #D00377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00377

Black with #D00377

Text Example


Text Example

White with #D00377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00377; }

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

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

background-color css

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

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

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

border-color css

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

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

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