Html Css Color HEX #D60B87 Medium Violet Red

📋 copy color: '#D60B87'

red 214 ◦ green 11 ◦ blue 135

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

Shades of Medium Violet Red #D60B87

Tints of Medium Violet Red #D60B87

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.06%

 BLUE value IS 135 (53.13% from 255) = 37.5%

R = 59.44%
G = 3.06%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D60B87 (or 0xD60B87) is known color: Medium Violet Red. HEX triplet: D6, 0B and 87. RGB value is (214,11,135). Sum of RGB (Red+Green+Blue) = 214+11+135=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B87 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60B87 is #29F478. Grayscale: #555555. Windows color (decimal): -2749561 or 8850390. OLE color: 8850390.

HSL color Cylindrical-coordinate representation of color #D60B87: hue angle of 323.35º degrees, saturation: 0.9, 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 #D60B87 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 11 135 -
CMYK 0 0.95 0.37 0.16
HSL 323.35º 0.9% 0.44% -
HSV(B) 323.35º 0.95% 0.84% -
XYZ 32.22 16.28 24.37 -
YUV 85.83 155.75 219.42 -
System Red Green Blue C M Y K H S L
Decimal 214 11 135 0 0.95 0.37 0.16 323.35 0.9 0.44
Hex D6 B 87 0 5F 25 10 143 5A 2C
Octal 326 13 207 0 137 45 20 503 132 54
Binary 11010110 1011 10000111 0 1011111 100101 10000 101000011 1011010 101100

Color Harmonies of #D60B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60B87

Black with #D60B87

Text Example


Text Example

White with #D60B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60B87; }

 p { color: rgb(214,11,135); }

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

background-color css

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

 a { background-color: rgb(214,11,135); }

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

border-color css

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

 span { border-color: rgb(214,11,135); }

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