Html Css Color HEX #D00672 Medium Violet Red

📋 copy color: '#D00672'

red 208 ◦ green 6 ◦ blue 114

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

Shades of Medium Violet Red #D00672

Tints of Medium Violet Red #D00672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.76%

R = 63.41%
G = 1.83%
B = 34.76%

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

#D00672 (or 0xD00672) is known color: Medium Violet Red. HEX triplet: D0, 06 and 72. RGB value is (208,6,114). Sum of RGB (Red+Green+Blue) = 208+6+114=328 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.41% from 328); Green value is 6 (2.73% from 255 or 1.83% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 208 - color contains mainly: red. Hex color #D00672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00672 is #2FF98D. Grayscale: #4E4E4E. Windows color (decimal): -3144078 or 7472848. OLE color: 7472848.

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

Color convert

RGB 208 6 114 -
CMYK 0 0.97 0.45 0.18
HSL 327.92º 0.94% 0.42% -
HSV(B) 327.92º 0.97% 0.82% -
XYZ 29.11 14.76 17.23 -
YUV 78.71 147.92 220.22 -
System Red Green Blue C M Y K H S L
Decimal 208 6 114 0 0.97 0.45 0.18 327.92 0.94 0.42
Hex D0 6 72 0 61 2D 12 148 5E 2A
Octal 320 6 162 0 141 55 22 510 136 52
Binary 11010000 110 1110010 0 1100001 101101 10010 101001000 1011110 101010

Color Harmonies of #D00672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00672

Black with #D00672

Text Example


Text Example

White with #D00672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00672; }

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

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

background-color css

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

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

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

border-color css

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

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

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