Html Css Color HEX #D60D85 Medium Violet Red

📋 copy color: '#D60D85'

red 214 ◦ green 13 ◦ blue 133

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

Shades of Medium Violet Red #D60D85

Tints of Medium Violet Red #D60D85

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.61%

 BLUE value IS 133 (52.34% from 255) = 36.94%

R = 59.44%
G = 3.61%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D60D85 (or 0xD60D85) is known color: Medium Violet Red. HEX triplet: D6, 0D and 85. RGB value is (214,13,133). Sum of RGB (Red+Green+Blue) = 214+13+133=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 13 (5.47% from 255 or 3.61% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D60D85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60D85 is #29F27A. Grayscale: #565656. Windows color (decimal): -2749051 or 8719830. OLE color: 8719830.

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

Color convert

RGB 214 13 133 -
CMYK 0 0.94 0.38 0.16
HSL 324.18º 0.89% 0.45% -
HSV(B) 324.18º 0.94% 0.84% -
XYZ 32.11 16.28 23.64 -
YUV 86.78 154.09 218.74 -
System Red Green Blue C M Y K H S L
Decimal 214 13 133 0 0.94 0.38 0.16 324.18 0.89 0.45
Hex D6 D 85 0 5E 26 10 144 59 2D
Octal 326 15 205 0 136 46 20 504 131 55
Binary 11010110 1101 10000101 0 1011110 100110 10000 101000100 1011001 101101

Color Harmonies of #D60D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60D85

Black with #D60D85

Text Example


Text Example

White with #D60D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60D85; }

 p { color: rgb(214,13,133); }

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

background-color css

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

 a { background-color: rgb(214,13,133); }

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

border-color css

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

 span { border-color: rgb(214,13,133); }

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