Html Css Color HEX #D60885 Medium Violet Red

📋 copy color: '#D60885'

red 214 ◦ green 8 ◦ blue 133

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

Shades of Medium Violet Red #D60885

Tints of Medium Violet Red #D60885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.25%

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

R = 60.28%
G = 2.25%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D60885 (or 0xD60885) is known color: Medium Violet Red. HEX triplet: D6, 08 and 85. RGB value is (214,8,133). Sum of RGB (Red+Green+Blue) = 214+8+133=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D60885 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60885 is #29F77A. Grayscale: #535353. Windows color (decimal): -2750331 or 8718550. OLE color: 8718550.

HSL color Cylindrical-coordinate representation of color #D60885: hue angle of 323.59º degrees, saturation: 0.93, 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 #D60885 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 8 133 -
CMYK 0 0.96 0.38 0.16
HSL 323.59º 0.93% 0.44% -
HSV(B) 323.59º 0.96% 0.84% -
XYZ 32.05 16.16 23.62 -
YUV 83.84 155.75 220.84 -
System Red Green Blue C M Y K H S L
Decimal 214 8 133 0 0.96 0.38 0.16 323.59 0.93 0.44
Hex D6 8 85 0 60 26 10 144 5D 2C
Octal 326 10 205 0 140 46 20 504 135 54
Binary 11010110 1000 10000101 0 1100000 100110 10000 101000100 1011101 101100

Color Harmonies of #D60885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60885

Black with #D60885

Text Example


Text Example

White with #D60885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60885; }

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

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

background-color css

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

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

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

border-color css

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

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

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