Html Css Color HEX #D31878 Medium Violet Red

📋 copy color: '#D31878'

red 211 ◦ green 24 ◦ blue 120

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

Shades of Medium Violet Red #D31878

Tints of Medium Violet Red #D31878

RGB

 RED value IS 211 (82.81% from 255) = 59.44%

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

 BLUE value IS 120 (47.27% from 255) = 33.8%

R = 59.44%
G = 6.76%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D31878 (or 0xD31878) is known color: Medium Violet Red. HEX triplet: D3, 18 and 78. RGB value is (211,24,120). Sum of RGB (Red+Green+Blue) = 211+24+120=355 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.44% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 211 - color contains mainly: red. Hex color #D31878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31878 is #2CE787. Grayscale: #5A5A5A. Windows color (decimal): -2942856 or 7870675. OLE color: 7870675.

HSL color Cylindrical-coordinate representation of color #D31878: hue angle of 329.2º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D31878 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 24 120 -
CMYK 0 0.89 0.43 0.17
HSL 329.2º 0.8% 0.46% -
HSV(B) 329.2º 0.89% 0.83% -
XYZ 30.58 15.86 19.22 -
YUV 90.86 144.45 213.69 -
System Red Green Blue C M Y K H S L
Decimal 211 24 120 0 0.89 0.43 0.17 329.2 0.8 0.46
Hex D3 18 78 0 59 2B 11 149 50 2E
Octal 323 30 170 0 131 53 21 511 120 56
Binary 11010011 11000 1111000 0 1011001 101011 10001 101001001 1010000 101110

Color Harmonies of #D31878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31878

Black with #D31878

Text Example


Text Example

White with #D31878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31878; }

 p { color: rgb(211,24,120); }

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

background-color css

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

 a { background-color: rgb(211,24,120); }

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

border-color css

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

 span { border-color: rgb(211,24,120); }

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