Html Css Color HEX #D60C7D Medium Violet Red

📋 copy color: '#D60C7D'

red 214 ◦ green 12 ◦ blue 125

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

Shades of Medium Violet Red #D60C7D

Tints of Medium Violet Red #D60C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.61%

R = 60.97%
G = 3.42%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D60C7D (or 0xD60C7D) is known color: Medium Violet Red. HEX triplet: D6, 0C and 7D. RGB value is (214,12,125). Sum of RGB (Red+Green+Blue) = 214+12+125=351 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.97% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60C7D is #29F382. Grayscale: #555555. Windows color (decimal): -2749315 or 8195286. OLE color: 8195286.

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

Color convert

RGB 214 12 125 -
CMYK 0 0.94 0.42 0.16
HSL 326.44º 0.89% 0.44% -
HSV(B) 326.44º 0.94% 0.84% -
XYZ 31.56 16.04 20.83 -
YUV 85.28 150.42 219.81 -
System Red Green Blue C M Y K H S L
Decimal 214 12 125 0 0.94 0.42 0.16 326.44 0.89 0.44
Hex D6 C 7D 0 5E 2A 10 146 59 2C
Octal 326 14 175 0 136 52 20 506 131 54
Binary 11010110 1100 1111101 0 1011110 101010 10000 101000110 1011001 101100

Color Harmonies of #D60C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60C7D

Black with #D60C7D

Text Example


Text Example

White with #D60C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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