Html Css Color HEX #D60D9E Medium Violet Red

📋 copy color: '#D60D9E'

red 214 ◦ green 13 ◦ blue 158

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

Shades of Medium Violet Red #D60D9E

Tints of Medium Violet Red #D60D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.04%

R = 55.58%
G = 3.38%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D60D9E (or 0xD60D9E) is known color: Medium Violet Red. HEX triplet: D6, 0D and 9E. RGB value is (214,13,158). Sum of RGB (Red+Green+Blue) = 214+13+158=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 13 (5.47% from 255 or 3.38% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D60D9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60D9E is #29F261. Grayscale: #595959. Windows color (decimal): -2749026 or 10358230. OLE color: 10358230.

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

Color convert

RGB 214 13 158 -
CMYK 0 0.94 0.26 0.16
HSL 316.72º 0.89% 0.45% -
HSV(B) 316.72º 0.94% 0.84% -
XYZ 34.05 17.05 33.84 -
YUV 89.63 166.59 216.71 -
System Red Green Blue C M Y K H S L
Decimal 214 13 158 0 0.94 0.26 0.16 316.72 0.89 0.45
Hex D6 D 9E 0 5E 1A 10 13D 59 2D
Octal 326 15 236 0 136 32 20 475 131 55
Binary 11010110 1101 10011110 0 1011110 11010 10000 100111101 1011001 101101

Color Harmonies of #D60D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60D9E

Black with #D60D9E

Text Example


Text Example

White with #D60D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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