Html Css Color HEX #D61578 Medium Violet Red

📋 copy color: '#D61578'

red 214 ◦ green 21 ◦ blue 120

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

Shades of Medium Violet Red #D61578

Tints of Medium Violet Red #D61578

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.92%

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

R = 60.28%
G = 5.92%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D61578 (or 0xD61578) is known color: Medium Violet Red. HEX triplet: D6, 15 and 78. RGB value is (214,21,120). Sum of RGB (Red+Green+Blue) = 214+21+120=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D61578 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61578 is #29EA87. Grayscale: #595959. Windows color (decimal): -2747016 or 7869910. OLE color: 7869910.

HSL color Cylindrical-coordinate representation of color #D61578: hue angle of 329.22º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61578 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 21 120 -
CMYK 0 0.90 0.44 0.16
HSL 329.22º 0.82% 0.46% -
HSV(B) 329.22º 0.9% 0.84% -
XYZ 31.39 16.19 19.24 -
YUV 89.99 144.94 216.45 -
System Red Green Blue C M Y K H S L
Decimal 214 21 120 0 0.90 0.44 0.16 329.22 0.82 0.46
Hex D6 15 78 0 5A 2C 10 149 52 2E
Octal 326 25 170 0 132 54 20 511 122 56
Binary 11010110 10101 1111000 0 1011010 101100 10000 101001001 1010010 101110

Color Harmonies of #D61578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61578

Black with #D61578

Text Example


Text Example

White with #D61578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61578; }

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

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

background-color css

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

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

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

border-color css

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

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

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