Html Css Color HEX #D60878 Medium Violet Red

📋 copy color: '#D60878'

red 214 ◦ green 8 ◦ blue 120

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

Shades of Medium Violet Red #D60878

Tints of Medium Violet Red #D60878

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.34%

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

R = 62.57%
G = 2.34%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D60878 (or 0xD60878) is known color: Medium Violet Red. HEX triplet: D6, 08 and 78. RGB value is (214,8,120). Sum of RGB (Red+Green+Blue) = 214+8+120=342 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.57% from 342); Green value is 8 (3.52% from 255 or 2.34% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 214 - color contains mainly: red. Hex color #D60878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60878 is #29F787. Grayscale: #525252. Windows color (decimal): -2750344 or 7866582. OLE color: 7866582.

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

Color convert

RGB 214 8 120 -
CMYK 0 0.96 0.44 0.16
HSL 327.38º 0.93% 0.44% -
HSV(B) 327.38º 0.96% 0.84% -
XYZ 31.21 15.83 19.18 -
YUV 82.36 149.25 221.89 -
System Red Green Blue C M Y K H S L
Decimal 214 8 120 0 0.96 0.44 0.16 327.38 0.93 0.44
Hex D6 8 78 0 60 2C 10 147 5D 2C
Octal 326 10 170 0 140 54 20 507 135 54
Binary 11010110 1000 1111000 0 1100000 101100 10000 101000111 1011101 101100

Color Harmonies of #D60878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60878

Black with #D60878

Text Example


Text Example

White with #D60878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60878; }

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

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

background-color css

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

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

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

border-color css

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

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

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