Html Css Color HEX #D6057C Medium Violet Red

📋 copy color: '#D6057C'

red 214 ◦ green 5 ◦ blue 124

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

Shades of Medium Violet Red #D6057C

Tints of Medium Violet Red #D6057C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.46%

 BLUE value IS 124 (48.83% from 255) = 36.15%

R = 62.39%
G = 1.46%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6057C (or 0xD6057C) is known color: Medium Violet Red. HEX triplet: D6, 05 and 7C. RGB value is (214,5,124). Sum of RGB (Red+Green+Blue) = 214+5+124=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 5 (2.34% from 255 or 1.46% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D6057C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6057C is #29FA83. Grayscale: #505050. Windows color (decimal): -2751108 or 8127958. OLE color: 8127958.

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

Color convert

RGB 214 5 124 -
CMYK 0 0.98 0.42 0.16
HSL 325.84º 0.95% 0.43% -
HSV(B) 325.84º 0.98% 0.84% -
XYZ 31.42 15.86 20.47 -
YUV 81.06 152.24 222.82 -
System Red Green Blue C M Y K H S L
Decimal 214 5 124 0 0.98 0.42 0.16 325.84 0.95 0.43
Hex D6 5 7C 0 62 2A 10 146 5F 2B
Octal 326 5 174 0 142 52 20 506 137 53
Binary 11010110 101 1111100 0 1100010 101010 10000 101000110 1011111 101011

Color Harmonies of #D6057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6057C

Black with #D6057C

Text Example


Text Example

White with #D6057C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6057C; }

 p { color: rgb(214,5,124); }

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

background-color css

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

 a { background-color: rgb(214,5,124); }

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

border-color css

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

 span { border-color: rgb(214,5,124); }

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