Html Css Color HEX #D60C81 Medium Violet Red

📋 copy color: '#D60C81'

red 214 ◦ green 12 ◦ blue 129

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

Shades of Medium Violet Red #D60C81

Tints of Medium Violet Red #D60C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.34%

R = 60.28%
G = 3.38%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D60C81 (or 0xD60C81) is known color: Medium Violet Red. HEX triplet: D6, 0C and 81. RGB value is (214,12,129). Sum of RGB (Red+Green+Blue) = 214+12+129=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 12 (5.08% from 255 or 3.38% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60C81 is #29F37E. Grayscale: #555555. Windows color (decimal): -2749311 or 8457430. OLE color: 8457430.

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

Color convert

RGB 214 12 129 -
CMYK 0 0.94 0.40 0.16
HSL 325.25º 0.89% 0.44% -
HSV(B) 325.25º 0.94% 0.84% -
XYZ 31.83 16.14 22.21 -
YUV 85.74 152.42 219.49 -
System Red Green Blue C M Y K H S L
Decimal 214 12 129 0 0.94 0.40 0.16 325.25 0.89 0.44
Hex D6 C 81 0 5E 28 10 145 59 2C
Octal 326 14 201 0 136 50 20 505 131 54
Binary 11010110 1100 10000001 0 1011110 101000 10000 101000101 1011001 101100

Color Harmonies of #D60C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60C81

Black with #D60C81

Text Example


Text Example

White with #D60C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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