Html Css Color HEX #D60F89 Medium Violet Red

📋 copy color: '#D60F89'

red 214 ◦ green 15 ◦ blue 137

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

Shades of Medium Violet Red #D60F89

Tints of Medium Violet Red #D60F89

RGB

 RED value IS 214 (83.98% from 255) = 58.47%

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

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

R = 58.47%
G = 4.1%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D60F89 (or 0xD60F89) is known color: Medium Violet Red. HEX triplet: D6, 0F and 89. RGB value is (214,15,137). Sum of RGB (Red+Green+Blue) = 214+15+137=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 15 (6.25% from 255 or 4.10% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D60F89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60F89 is #29F076. Grayscale: #585858. Windows color (decimal): -2748535 or 8982486. OLE color: 8982486.

HSL color Cylindrical-coordinate representation of color #D60F89: hue angle of 323.22º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D60F89 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 15 137 -
CMYK 0 0.93 0.36 0.16
HSL 323.22º 0.87% 0.45% -
HSV(B) 323.22º 0.93% 0.84% -
XYZ 32.42 16.44 25.13 -
YUV 88.41 155.43 217.58 -
System Red Green Blue C M Y K H S L
Decimal 214 15 137 0 0.93 0.36 0.16 323.22 0.87 0.45
Hex D6 F 89 0 5D 24 10 143 57 2D
Octal 326 17 211 0 135 44 20 503 127 55
Binary 11010110 1111 10001001 0 1011101 100100 10000 101000011 1010111 101101

Color Harmonies of #D60F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60F89

Black with #D60F89

Text Example


Text Example

White with #D60F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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