Html Css Color HEX #D00289 Medium Violet Red

📋 copy color: '#D00289'

red 208 ◦ green 2 ◦ blue 137

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

Shades of Medium Violet Red #D00289

Tints of Medium Violet Red #D00289

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

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

R = 59.94%
G = 0.58%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D00289 (or 0xD00289) is known color: Medium Violet Red. HEX triplet: D0, 02 and 89. RGB value is (208,2,137). Sum of RGB (Red+Green+Blue) = 208+2+137=347 (45% of max value = 765). Red value is 208 (81.64% from 255 or 59.94% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 208 - color contains mainly: red. Hex color #D00289 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00289 is #2FFD76. Grayscale: #4E4E4E. Windows color (decimal): -3145079 or 8979152. OLE color: 8979152.

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

Color convert

RGB 208 2 137 -
CMYK 0 0.99 0.34 0.18
HSL 320.68º 0.98% 0.41% -
HSV(B) 320.68º 0.99% 0.82% -
XYZ 30.55 15.26 25 -
YUV 78.98 160.75 220.02 -
System Red Green Blue C M Y K H S L
Decimal 208 2 137 0 0.99 0.34 0.18 320.68 0.98 0.41
Hex D0 2 89 0 63 22 12 141 62 29
Octal 320 2 211 0 143 42 22 501 142 51
Binary 11010000 10 10001001 0 1100011 100010 10010 101000001 1100010 101001

Color Harmonies of #D00289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00289

Black with #D00289

Text Example


Text Example

White with #D00289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00289; }

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

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

background-color css

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

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

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

border-color css

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

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

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