Html Css Color HEX #D00F89 Medium Violet Red

📋 copy color: '#D00F89'

red 208 ◦ green 15 ◦ blue 137

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

Shades of Medium Violet Red #D00F89

Tints of Medium Violet Red #D00F89

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.17%

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

R = 57.78%
G = 4.17%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D00F89 (or 0xD00F89) is known color: Medium Violet Red. HEX triplet: D0, 0F and 89. RGB value is (208,15,137). Sum of RGB (Red+Green+Blue) = 208+15+137=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 15 (6.25% from 255 or 4.17% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00F89 is #2FF076. Grayscale: #565656. Windows color (decimal): -3141751 or 8982480. OLE color: 8982480.

HSL color Cylindrical-coordinate representation of color #D00F89: hue angle of 322.07º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D00F89 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 15 137 -
CMYK 0 0.93 0.34 0.18
HSL 322.07º 0.87% 0.44% -
HSV(B) 322.07º 0.93% 0.82% -
XYZ 30.7 15.56 25.05 -
YUV 86.62 156.44 214.58 -
System Red Green Blue C M Y K H S L
Decimal 208 15 137 0 0.93 0.34 0.18 322.07 0.87 0.44
Hex D0 F 89 0 5D 22 12 142 57 2C
Octal 320 17 211 0 135 42 22 502 127 54
Binary 11010000 1111 10001001 0 1011101 100010 10010 101000010 1010111 101100

Color Harmonies of #D00F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00F89

Black with #D00F89

Text Example


Text Example

White with #D00F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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