#DC778F

Color #DC778F Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #DC778F

Tints of Pale Violet Red #DC778F

Color information

#DC778F (or 0xDC778F) is unknown color: approx Pale Violet Red. HEX triplet: DC, 77 and 8F. RGB value is (220,119,143). Sum of RGB (Red+Green+Blue) = 220+119+143=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC778F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC778F is #238870. Grayscale: #979797. Windows color (decimal): -2328689 or 9402332. OLE color: 9402332.

HSL color Cylindrical-coordinate representation of color #DC778F: hue angle of 345.74º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC778F is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB220119143-
CMYK00.460.350.14
HSL345.74º59.06%66.47%-
HSV(B)345.74º45.91%86.27%-
XYZ41.0730.3929.69-
YUV151.93122.96176.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.64%
GREEN value IS 119 (46.88% from 255) = 24.69%
BLUE value IS 143 (56.25% from 255) = 29.67%
R=45.64%
G=24.69%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011914300.460.350.14345.7459.0666.47
HexDC778F02E23E15a3b42
Octal334167217056431653273102
Binary11011100111011110001111010111010001111101010110101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC778F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC778F; }

 p { color: rgb(220,119,143); }

 H1.HeaderClassName
 {
   color: #DC778F;
 }
 .AnyTagClassName
 {
   color: #DC778F;
 }
</style>
background-color css

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

 a { background-color: rgb(220,119,143); }

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

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

 span { border-color: rgb(220,119,143); }

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