Html Css Color HEX #D60989 Medium Violet Red

📋 copy color: '#D60989'

red 214 ◦ green 9 ◦ blue 137

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

Shades of Medium Violet Red #D60989

Tints of Medium Violet Red #D60989

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.5%

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

R = 59.44%
G = 2.5%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D60989 (or 0xD60989) is known color: Medium Violet Red. HEX triplet: D6, 09 and 89. RGB value is (214,9,137). Sum of RGB (Red+Green+Blue) = 214+9+137=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D60989 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60989 is #29F676. Grayscale: #545454. Windows color (decimal): -2750071 or 8980950. OLE color: 8980950.

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

Color convert

RGB 214 9 137 -
CMYK 0 0.96 0.36 0.16
HSL 322.54º 0.92% 0.44% -
HSV(B) 322.54º 0.96% 0.84% -
XYZ 32.34 16.3 25.11 -
YUV 84.89 157.42 220.09 -
System Red Green Blue C M Y K H S L
Decimal 214 9 137 0 0.96 0.36 0.16 322.54 0.92 0.44
Hex D6 9 89 0 60 24 10 143 5C 2C
Octal 326 11 211 0 140 44 20 503 134 54
Binary 11010110 1001 10001001 0 1100000 100100 10000 101000011 1011100 101100

Color Harmonies of #D60989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60989

Black with #D60989

Text Example


Text Example

White with #D60989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60989; }

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

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

background-color css

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

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

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

border-color css

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

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

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