Html Css Color HEX #D00673 Medium Violet Red

📋 copy color: '#D00673'

red 208 ◦ green 6 ◦ blue 115

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

Shades of Medium Violet Red #D00673

Tints of Medium Violet Red #D00673

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.82%

 BLUE value IS 115 (45.31% from 255) = 34.95%

R = 63.22%
G = 1.82%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D00673 (or 0xD00673) is known color: Medium Violet Red. HEX triplet: D0, 06 and 73. RGB value is (208,6,115). Sum of RGB (Red+Green+Blue) = 208+6+115=329 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.22% from 329); Green value is 6 (2.73% from 255 or 1.82% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 208 - color contains mainly: red. Hex color #D00673 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00673 is #2FF98C. Grayscale: #4E4E4E. Windows color (decimal): -3144077 or 7538384. OLE color: 7538384.

HSL color Cylindrical-coordinate representation of color #D00673: hue angle of 327.62º degrees, saturation: 0.94, 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 #D00673 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 6 115 -
CMYK 0 0.97 0.45 0.18
HSL 327.62º 0.94% 0.42% -
HSV(B) 327.62º 0.97% 0.82% -
XYZ 29.17 14.78 17.53 -
YUV 78.82 148.42 220.14 -
System Red Green Blue C M Y K H S L
Decimal 208 6 115 0 0.97 0.45 0.18 327.62 0.94 0.42
Hex D0 6 73 0 61 2D 12 148 5E 2A
Octal 320 6 163 0 141 55 22 510 136 52
Binary 11010000 110 1110011 0 1100001 101101 10010 101001000 1011110 101010

Color Harmonies of #D00673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00673

Black with #D00673

Text Example


Text Example

White with #D00673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00673; }

 p { color: rgb(208,6,115); }

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

background-color css

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

 a { background-color: rgb(208,6,115); }

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

border-color css

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

 span { border-color: rgb(208,6,115); }

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