Html Css Color HEX #D60893 Medium Violet Red

📋 copy color: '#D60893'

red 214 ◦ green 8 ◦ blue 147

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

Shades of Medium Violet Red #D60893

Tints of Medium Violet Red #D60893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.84%

R = 57.99%
G = 2.17%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D60893 (or 0xD60893) is known color: Medium Violet Red. HEX triplet: D6, 08 and 93. RGB value is (214,8,147). Sum of RGB (Red+Green+Blue) = 214+8+147=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 8 (3.52% from 255 or 2.17% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D60893 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60893 is #29F76C. Grayscale: #555555. Windows color (decimal): -2750317 or 9636054. OLE color: 9636054.

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

Color convert

RGB 214 8 147 -
CMYK 0 0.96 0.31 0.16
HSL 319.51º 0.93% 0.44% -
HSV(B) 319.51º 0.96% 0.84% -
XYZ 33.08 16.58 29.06 -
YUV 85.44 162.75 219.7 -
System Red Green Blue C M Y K H S L
Decimal 214 8 147 0 0.96 0.31 0.16 319.51 0.93 0.44
Hex D6 8 93 0 60 1F 10 140 5D 2C
Octal 326 10 223 0 140 37 20 500 135 54
Binary 11010110 1000 10010011 0 1100000 11111 10000 101000000 1011101 101100

Color Harmonies of #D60893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60893

Black with #D60893

Text Example


Text Example

White with #D60893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60893; }

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

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

background-color css

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

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

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

border-color css

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

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

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