Html Css Color HEX #D61278 Medium Violet Red

📋 copy color: '#D61278'

red 214 ◦ green 18 ◦ blue 120

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

Shades of Medium Violet Red #D61278

Tints of Medium Violet Red #D61278

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.11%

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

R = 60.8%
G = 5.11%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D61278 (or 0xD61278) is known color: Medium Violet Red. HEX triplet: D6, 12 and 78. RGB value is (214,18,120). Sum of RGB (Red+Green+Blue) = 214+18+120=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D61278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61278 is #29ED87. Grayscale: #585858. Windows color (decimal): -2747784 or 7869142. OLE color: 7869142.

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

Color convert

RGB 214 18 120 -
CMYK 0 0.92 0.44 0.16
HSL 328.78º 0.84% 0.45% -
HSV(B) 328.78º 0.92% 0.84% -
XYZ 31.34 16.08 19.22 -
YUV 88.23 145.93 217.71 -
System Red Green Blue C M Y K H S L
Decimal 214 18 120 0 0.92 0.44 0.16 328.78 0.84 0.45
Hex D6 12 78 0 5C 2C 10 149 54 2D
Octal 326 22 170 0 134 54 20 511 124 55
Binary 11010110 10010 1111000 0 1011100 101100 10000 101001001 1010100 101101

Color Harmonies of #D61278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61278

Black with #D61278

Text Example


Text Example

White with #D61278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61278; }

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

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

background-color css

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

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

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

border-color css

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

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

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