Html Css Color HEX #D60085 Medium Violet Red

📋 copy color: '#D60085'

red 214 ◦ green 0 ◦ blue 133

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

Shades of Medium Violet Red #D60085

Tints of Medium Violet Red #D60085

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.67%
G = 0%
B = 38.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D60085 (or 0xD60085) is known color: Medium Violet Red. HEX triplet: D6, 00 and 85. RGB value is (214,0,133). Sum of RGB (Red+Green+Blue) = 214+0+133=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D60085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60085 is #29FF7A. Grayscale: #4E4E4E. Windows color (decimal): -2752379 or 8716502. OLE color: 8716502.

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

Color convert

RGB 214 0 133 -
CMYK 0 1 0.38 0.16
HSL 322.71º 1% 0.42% -
HSV(B) 322.71º 1% 0.84% -
XYZ 31.97 15.99 23.59 -
YUV 79.15 158.4 224.19 -
System Red Green Blue C M Y K H S L
Decimal 214 0 133 0 1 0.38 0.16 322.71 1 0.42
Hex D6 0 85 0 64 26 10 143 64 2A
Octal 326 0 205 0 144 46 20 503 144 52
Binary 11010110 0 10000101 0 1100100 100110 10000 101000011 1100100 101010

Color Harmonies of #D60085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60085

Black with #D60085

Text Example


Text Example

White with #D60085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60085; }

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

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

background-color css

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

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

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

border-color css

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

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

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