Html Css Color HEX #D60A89 Medium Violet Red

📋 copy color: '#D60A89'

red 214 ◦ green 10 ◦ blue 137

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

Shades of Medium Violet Red #D60A89

Tints of Medium Violet Red #D60A89

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.77%

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

R = 59.28%
G = 2.77%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D60A89 (or 0xD60A89) is known color: Medium Violet Red. HEX triplet: D6, 0A and 89. RGB value is (214,10,137). Sum of RGB (Red+Green+Blue) = 214+10+137=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 10 (4.30% from 255 or 2.77% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D60A89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60A89 is #29F576. Grayscale: #555555. Windows color (decimal): -2749815 or 8981206. OLE color: 8981206.

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

Color convert

RGB 214 10 137 -
CMYK 0 0.95 0.36 0.16
HSL 322.65º 0.91% 0.44% -
HSV(B) 322.65º 0.95% 0.84% -
XYZ 32.36 16.32 25.11 -
YUV 85.47 157.09 219.67 -
System Red Green Blue C M Y K H S L
Decimal 214 10 137 0 0.95 0.36 0.16 322.65 0.91 0.44
Hex D6 A 89 0 5F 24 10 143 5B 2C
Octal 326 12 211 0 137 44 20 503 133 54
Binary 11010110 1010 10001001 0 1011111 100100 10000 101000011 1011011 101100

Color Harmonies of #D60A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60A89

Black with #D60A89

Text Example


Text Example

White with #D60A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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