Html Css Color HEX #D61877 Medium Violet Red

📋 copy color: '#D61877'

red 214 ◦ green 24 ◦ blue 119

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

Shades of Medium Violet Red #D61877

Tints of Medium Violet Red #D61877

RGB

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

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

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

R = 59.94%
G = 6.72%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D61877 (or 0xD61877) is known color: Medium Violet Red. HEX triplet: D6, 18 and 77. RGB value is (214,24,119). Sum of RGB (Red+Green+Blue) = 214+24+119=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D61877 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61877 is #29E788. Grayscale: #5B5B5B. Windows color (decimal): -2746249 or 7805142. OLE color: 7805142.

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

Color convert

RGB 214 24 119 -
CMYK 0 0.89 0.44 0.16
HSL 330º 0.8% 0.47% -
HSV(B) 330º 0.89% 0.84% -
XYZ 31.39 16.28 18.94 -
YUV 91.64 143.45 215.28 -
System Red Green Blue C M Y K H S L
Decimal 214 24 119 0 0.89 0.44 0.16 330 0.8 0.47
Hex D6 18 77 0 59 2C 10 14A 50 2F
Octal 326 30 167 0 131 54 20 512 120 57
Binary 11010110 11000 1110111 0 1011001 101100 10000 101001010 1010000 101111

Color Harmonies of #D61877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61877

Black with #D61877

Text Example


Text Example

White with #D61877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61877; }

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

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

background-color css

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

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

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

border-color css

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

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

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