Html Css Color HEX #D61277 Medium Violet Red

📋 copy color: '#D61277'

red 214 ◦ green 18 ◦ blue 119

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

Shades of Medium Violet Red #D61277

Tints of Medium Violet Red #D61277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.9%

R = 60.97%
G = 5.13%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D61277 (or 0xD61277) is known color: Medium Violet Red. HEX triplet: D6, 12 and 77. RGB value is (214,18,119). Sum of RGB (Red+Green+Blue) = 214+18+119=351 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.97% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 214 - color contains mainly: red. Hex color #D61277 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61277 is #29ED88. Grayscale: #575757. Windows color (decimal): -2747785 or 7803606. OLE color: 7803606.

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

Color convert

RGB 214 18 119 -
CMYK 0 0.92 0.44 0.16
HSL 329.08º 0.84% 0.45% -
HSV(B) 329.08º 0.92% 0.84% -
XYZ 31.28 16.06 18.9 -
YUV 88.12 145.43 217.79 -
System Red Green Blue C M Y K H S L
Decimal 214 18 119 0 0.92 0.44 0.16 329.08 0.84 0.45
Hex D6 12 77 0 5C 2C 10 149 54 2D
Octal 326 22 167 0 134 54 20 511 124 55
Binary 11010110 10010 1110111 0 1011100 101100 10000 101001001 1010100 101101

Color Harmonies of #D61277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61277

Black with #D61277

Text Example


Text Example

White with #D61277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61277; }

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

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

background-color css

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

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

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

border-color css

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

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

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