Html Css Color HEX #D00374 Medium Violet Red

📋 copy color: '#D00374'

red 208 ◦ green 3 ◦ blue 116

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

Shades of Medium Violet Red #D00374

Tints of Medium Violet Red #D00374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.47%

R = 63.61%
G = 0.92%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D00374 (or 0xD00374) is known color: Medium Violet Red. HEX triplet: D0, 03 and 74. RGB value is (208,3,116). Sum of RGB (Red+Green+Blue) = 208+3+116=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D00374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00374 is #2FFC8B. Grayscale: #4C4C4C. Windows color (decimal): -3144844 or 7603152. OLE color: 7603152.

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

Color convert

RGB 208 3 116 -
CMYK 0 0.99 0.44 0.18
HSL 326.93º 0.97% 0.41% -
HSV(B) 326.93º 0.99% 0.82% -
XYZ 29.2 14.74 17.83 -
YUV 77.18 149.92 221.31 -
System Red Green Blue C M Y K H S L
Decimal 208 3 116 0 0.99 0.44 0.18 326.93 0.97 0.41
Hex D0 3 74 0 63 2C 12 147 61 29
Octal 320 3 164 0 143 54 22 507 141 51
Binary 11010000 11 1110100 0 1100011 101100 10010 101000111 1100001 101001

Color Harmonies of #D00374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00374

Black with #D00374

Text Example


Text Example

White with #D00374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00374; }

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

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

background-color css

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

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

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

border-color css

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

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

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