Html Css Color HEX #D00376 Medium Violet Red

📋 copy color: '#D00376'

red 208 ◦ green 3 ◦ blue 118

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

Shades of Medium Violet Red #D00376

Tints of Medium Violet Red #D00376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.87%

R = 63.22%
G = 0.91%
B = 35.87%

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

#D00376 (or 0xD00376) is known color: Medium Violet Red. HEX triplet: D0, 03 and 76. RGB value is (208,3,118). Sum of RGB (Red+Green+Blue) = 208+3+118=329 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.22% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 208 - color contains mainly: red. Hex color #D00376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00376 is #2FFC89. Grayscale: #4D4D4D. Windows color (decimal): -3144842 or 7734224. OLE color: 7734224.

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

Color convert

RGB 208 3 118 -
CMYK 0 0.99 0.43 0.18
HSL 326.34º 0.97% 0.41% -
HSV(B) 326.34º 0.99% 0.82% -
XYZ 29.32 14.78 18.45 -
YUV 77.41 150.92 221.15 -
System Red Green Blue C M Y K H S L
Decimal 208 3 118 0 0.99 0.43 0.18 326.34 0.97 0.41
Hex D0 3 76 0 63 2B 12 146 61 29
Octal 320 3 166 0 143 53 22 506 141 51
Binary 11010000 11 1110110 0 1100011 101011 10010 101000110 1100001 101001

Color Harmonies of #D00376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00376

Black with #D00376

Text Example


Text Example

White with #D00376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00376; }

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

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

background-color css

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

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

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

border-color css

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

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

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