Html Css Color HEX #D60E7B Medium Violet Red

📋 copy color: '#D60E7B'

red 214 ◦ green 14 ◦ blue 123

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

Shades of Medium Violet Red #D60E7B

Tints of Medium Violet Red #D60E7B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.99%

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

R = 60.97%
G = 3.99%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D60E7B (or 0xD60E7B) is known color: Medium Violet Red. HEX triplet: D6, 0E and 7B. RGB value is (214,14,123). Sum of RGB (Red+Green+Blue) = 214+14+123=351 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.97% from 351); Green value is 14 (5.86% from 255 or 3.99% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 214 - color contains mainly: red. Hex color #D60E7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60E7B is #29F184. Grayscale: #555555. Windows color (decimal): -2748805 or 8064726. OLE color: 8064726.

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

Color convert

RGB 214 14 123 -
CMYK 0 0.93 0.43 0.16
HSL 327.3º 0.88% 0.45% -
HSV(B) 327.3º 0.93% 0.84% -
XYZ 31.46 16.04 20.18 -
YUV 86.23 148.76 219.14 -
System Red Green Blue C M Y K H S L
Decimal 214 14 123 0 0.93 0.43 0.16 327.3 0.88 0.45
Hex D6 E 7B 0 5D 2B 10 147 58 2D
Octal 326 16 173 0 135 53 20 507 130 55
Binary 11010110 1110 1111011 0 1011101 101011 10000 101000111 1011000 101101

Color Harmonies of #D60E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60E7B

Black with #D60E7B

Text Example


Text Example

White with #D60E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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