Html Css Color HEX #D61978 Medium Violet Red

📋 copy color: '#D61978'

red 214 ◦ green 25 ◦ blue 120

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

Shades of Medium Violet Red #D61978

Tints of Medium Violet Red #D61978

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.96%

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

R = 59.61%
G = 6.96%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D61978 (or 0xD61978) is known color: Medium Violet Red. HEX triplet: D6, 19 and 78. RGB value is (214,25,120). Sum of RGB (Red+Green+Blue) = 214+25+120=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D61978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61978 is #29E687. Grayscale: #5C5C5C. Windows color (decimal): -2745992 or 7870934. OLE color: 7870934.

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

Color convert

RGB 214 25 120 -
CMYK 0 0.88 0.44 0.16
HSL 329.84º 0.79% 0.47% -
HSV(B) 329.84º 0.88% 0.84% -
XYZ 31.47 16.35 19.27 -
YUV 92.34 143.62 214.78 -
System Red Green Blue C M Y K H S L
Decimal 214 25 120 0 0.88 0.44 0.16 329.84 0.79 0.47
Hex D6 19 78 0 58 2C 10 14A 4F 2F
Octal 326 31 170 0 130 54 20 512 117 57
Binary 11010110 11001 1111000 0 1011000 101100 10000 101001010 1001111 101111

Color Harmonies of #D61978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61978

Black with #D61978

Text Example


Text Example

White with #D61978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61978; }

 p { color: rgb(214,25,120); }

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

background-color css

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

 a { background-color: rgb(214,25,120); }

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

border-color css

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

 span { border-color: rgb(214,25,120); }

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