Html Css Color HEX #D6057B Medium Violet Red

📋 copy color: '#D6057B'

red 214 ◦ green 5 ◦ blue 123

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

Shades of Medium Violet Red #D6057B

Tints of Medium Violet Red #D6057B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.96%

R = 62.57%
G = 1.46%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6057B (or 0xD6057B) is known color: Medium Violet Red. HEX triplet: D6, 05 and 7B. RGB value is (214,5,123). Sum of RGB (Red+Green+Blue) = 214+5+123=342 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.57% from 342); Green value is 5 (2.34% from 255 or 1.46% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 214 - color contains mainly: red. Hex color #D6057B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6057B is #29FA84. Grayscale: #505050. Windows color (decimal): -2751109 or 8062422. OLE color: 8062422.

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

Color convert

RGB 214 5 123 -
CMYK 0 0.98 0.43 0.16
HSL 326.12º 0.95% 0.43% -
HSV(B) 326.12º 0.98% 0.84% -
XYZ 31.36 15.83 20.14 -
YUV 80.94 151.74 222.91 -
System Red Green Blue C M Y K H S L
Decimal 214 5 123 0 0.98 0.43 0.16 326.12 0.95 0.43
Hex D6 5 7B 0 62 2B 10 146 5F 2B
Octal 326 5 173 0 142 53 20 506 137 53
Binary 11010110 101 1111011 0 1100010 101011 10000 101000110 1011111 101011

Color Harmonies of #D6057B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6057B

Black with #D6057B

Text Example


Text Example

White with #D6057B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6057B; }

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

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

background-color css

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

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

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

border-color css

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

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

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