Html Css Color HEX #D61276 Medium Violet Red

📋 copy color: '#D61276'

red 214 ◦ green 18 ◦ blue 118

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

Shades of Medium Violet Red #D61276

Tints of Medium Violet Red #D61276

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.14%

 BLUE value IS 118 (46.48% from 255) = 33.71%

R = 61.14%
G = 5.14%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D61276 (or 0xD61276) is known color: Medium Violet Red. HEX triplet: D6, 12 and 76. RGB value is (214,18,118). Sum of RGB (Red+Green+Blue) = 214+18+118=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D61276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61276 is #29ED89. Grayscale: #575757. Windows color (decimal): -2747786 or 7738070. OLE color: 7738070.

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

Color convert

RGB 214 18 118 -
CMYK 0 0.92 0.45 0.16
HSL 329.39º 0.84% 0.45% -
HSV(B) 329.39º 0.92% 0.84% -
XYZ 31.22 16.04 18.59 -
YUV 88 144.93 217.87 -
System Red Green Blue C M Y K H S L
Decimal 214 18 118 0 0.92 0.45 0.16 329.39 0.84 0.45
Hex D6 12 76 0 5C 2D 10 149 54 2D
Octal 326 22 166 0 134 55 20 511 124 55
Binary 11010110 10010 1110110 0 1011100 101101 10000 101001001 1010100 101101

Color Harmonies of #D61276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61276

Black with #D61276

Text Example


Text Example

White with #D61276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61276; }

 p { color: rgb(214,18,118); }

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

background-color css

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

 a { background-color: rgb(214,18,118); }

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

border-color css

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

 span { border-color: rgb(214,18,118); }

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