Html Css Color HEX #D61A78 Medium Violet Red

📋 copy color: '#D61A78'

red 214 ◦ green 26 ◦ blue 120

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

Shades of Medium Violet Red #D61A78

Tints of Medium Violet Red #D61A78

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.22%

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

R = 59.44%
G = 7.22%
B = 33.33%

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

#D61A78 (or 0xD61A78) is known color: Medium Violet Red. HEX triplet: D6, 1A and 78. RGB value is (214,26,120). Sum of RGB (Red+Green+Blue) = 214+26+120=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 26 (10.55% from 255 or 7.22% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61A78 is #29E587. Grayscale: #5C5C5C. Windows color (decimal): -2745736 or 7871190. OLE color: 7871190.

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

Color convert

RGB 214 26 120 -
CMYK 0 0.88 0.44 0.16
HSL 330º 0.78% 0.47% -
HSV(B) 330º 0.88% 0.84% -
XYZ 31.49 16.39 19.27 -
YUV 92.93 143.28 214.36 -
System Red Green Blue C M Y K H S L
Decimal 214 26 120 0 0.88 0.44 0.16 330 0.78 0.47
Hex D6 1A 78 0 58 2C 10 14A 4E 2F
Octal 326 32 170 0 130 54 20 512 116 57
Binary 11010110 11010 1111000 0 1011000 101100 10000 101001010 1001110 101111

Color Harmonies of #D61A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61A78

Black with #D61A78

Text Example


Text Example

White with #D61A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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