Html Css Color HEX #D00089 Medium Violet Red

📋 copy color: '#D00089'

red 208 ◦ green 0 ◦ blue 137

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

Shades of Medium Violet Red #D00089

Tints of Medium Violet Red #D00089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 39.71%

R = 60.29%
G = 0%
B = 39.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D00089 (or 0xD00089) is known color: Medium Violet Red. HEX triplet: D0, 00 and 89. RGB value is (208,0,137). Sum of RGB (Red+Green+Blue) = 208+0+137=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D00089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00089 is #2FFF76. Grayscale: #4D4D4D. Windows color (decimal): -3145591 or 8978640. OLE color: 8978640.

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

Color convert

RGB 208 0 137 -
CMYK 0 1 0.34 0.18
HSL 320.48º 1% 0.41% -
HSV(B) 320.48º 1% 0.82% -
XYZ 30.53 15.22 24.99 -
YUV 77.81 161.41 220.86 -
System Red Green Blue C M Y K H S L
Decimal 208 0 137 0 1 0.34 0.18 320.48 1 0.41
Hex D0 0 89 0 64 22 12 140 64 29
Octal 320 0 211 0 144 42 22 500 144 51
Binary 11010000 0 10001001 0 1100100 100010 10010 101000000 1100100 101001

Color Harmonies of #D00089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00089

Black with #D00089

Text Example


Text Example

White with #D00089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00089; }

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

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

background-color css

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

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

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

border-color css

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

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

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