Html Css Color HEX #D61876 Medium Violet Red

📋 copy color: '#D61876'

red 214 ◦ green 24 ◦ blue 118

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

Shades of Medium Violet Red #D61876

Tints of Medium Violet Red #D61876

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.74%

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

R = 60.11%
G = 6.74%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D61876 (or 0xD61876) is known color: Medium Violet Red. HEX triplet: D6, 18 and 76. RGB value is (214,24,118). Sum of RGB (Red+Green+Blue) = 214+24+118=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D61876 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61876 is #29E789. Grayscale: #5B5B5B. Windows color (decimal): -2746250 or 7739606. OLE color: 7739606.

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

Color convert

RGB 214 24 118 -
CMYK 0 0.89 0.45 0.16
HSL 330.32º 0.8% 0.47% -
HSV(B) 330.32º 0.89% 0.84% -
XYZ 31.33 16.26 18.63 -
YUV 91.53 142.95 215.36 -
System Red Green Blue C M Y K H S L
Decimal 214 24 118 0 0.89 0.45 0.16 330.32 0.8 0.47
Hex D6 18 76 0 59 2D 10 14A 50 2F
Octal 326 30 166 0 131 55 20 512 120 57
Binary 11010110 11000 1110110 0 1011001 101101 10000 101001010 1010000 101111

Color Harmonies of #D61876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61876

Black with #D61876

Text Example


Text Example

White with #D61876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61876; }

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

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

background-color css

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

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

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

border-color css

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

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

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