Html Css Color HEX #D00073 Medium Violet Red

📋 copy color: '#D00073'

red 208 ◦ green 0 ◦ blue 115

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

Shades of Medium Violet Red #D00073

Tints of Medium Violet Red #D00073

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.4%
G = 0%
B = 35.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D00073 (or 0xD00073) is known color: Medium Violet Red. HEX triplet: D0, 00 and 73. RGB value is (208,0,115). Sum of RGB (Red+Green+Blue) = 208+0+115=323 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.40% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 208 - color contains mainly: red. Hex color #D00073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00073 is #2FFF8C. Grayscale: #4B4B4B. Windows color (decimal): -3145613 or 7536848. OLE color: 7536848.

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

Color convert

RGB 208 0 115 -
CMYK 0 1 0.45 0.18
HSL 326.83º 1% 0.41% -
HSV(B) 326.83º 1% 0.82% -
XYZ 29.11 14.65 17.51 -
YUV 75.3 150.41 222.65 -
System Red Green Blue C M Y K H S L
Decimal 208 0 115 0 1 0.45 0.18 326.83 1 0.41
Hex D0 0 73 0 64 2D 12 147 64 29
Octal 320 0 163 0 144 55 22 507 144 51
Binary 11010000 0 1110011 0 1100100 101101 10010 101000111 1100100 101001

Color Harmonies of #D00073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00073

Black with #D00073

Text Example


Text Example

White with #D00073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00073; }

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

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

background-color css

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

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

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

border-color css

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

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

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