Html Css Color HEX #D60C8B Medium Violet Red

📋 copy color: '#D60C8B'

red 214 ◦ green 12 ◦ blue 139

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

Shades of Medium Violet Red #D60C8B

Tints of Medium Violet Red #D60C8B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.29%

 BLUE value IS 139 (54.69% from 255) = 38.08%

R = 58.63%
G = 3.29%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D60C8B (or 0xD60C8B) is known color: Medium Violet Red. HEX triplet: D6, 0C and 8B. RGB value is (214,12,139). Sum of RGB (Red+Green+Blue) = 214+12+139=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60C8B is #29F374. Grayscale: #565656. Windows color (decimal): -2749301 or 9112790. OLE color: 9112790.

HSL color Cylindrical-coordinate representation of color #D60C8B: hue angle of 322.28º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60C8B is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 12 139 -
CMYK 0 0.94 0.35 0.16
HSL 322.28º 0.89% 0.44% -
HSV(B) 322.28º 0.94% 0.84% -
XYZ 32.52 16.42 25.88 -
YUV 86.88 157.42 218.67 -
System Red Green Blue C M Y K H S L
Decimal 214 12 139 0 0.94 0.35 0.16 322.28 0.89 0.44
Hex D6 C 8B 0 5E 23 10 142 59 2C
Octal 326 14 213 0 136 43 20 502 131 54
Binary 11010110 1100 10001011 0 1011110 100011 10000 101000010 1011001 101100

Color Harmonies of #D60C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60C8B

Black with #D60C8B

Text Example


Text Example

White with #D60C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60C8B; }

 p { color: rgb(214,12,139); }

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

background-color css

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

 a { background-color: rgb(214,12,139); }

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

border-color css

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

 span { border-color: rgb(214,12,139); }

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