#DC788F

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

Shades of Pale Violet Red #DC788F

Tints of Pale Violet Red #DC788F

Color information

#DC788F (or 0xDC788F) is unknown color: approx Pale Violet Red. HEX triplet: DC, 78 and 8F. RGB value is (220,120,143). Sum of RGB (Red+Green+Blue) = 220+120+143=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 120 (47.27% from 255 or 24.84% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC788F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC788F is #238770. Grayscale: #989898. Windows color (decimal): -2328433 or 9402588. OLE color: 9402588.

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

Color convert

RGB220120143-
CMYK00.450.350.14
HSL346.2º58.82%66.67%-
HSV(B)346.2º45.45%86.27%-
XYZ41.1930.6329.73-
YUV152.52122.63176.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.55%
GREEN value IS 120 (47.27% from 255) = 24.84%
BLUE value IS 143 (56.25% from 255) = 29.61%
R=45.55%
G=24.84%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012014300.450.350.14346.258.8266.67
HexDC788F02D23E15a3b43
Octal334170217055431653273103
Binary11011100111100010001111010110110001111101010110101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC788F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC788F; }

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

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

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

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

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

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

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

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