#DC78A7

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

Shades of Pale Violet Red #DC78A7

Tints of Pale Violet Red #DC78A7

Color information

#DC78A7 (or 0xDC78A7) is unknown color: approx Pale Violet Red. HEX triplet: DC, 78 and A7. RGB value is (220,120,167). Sum of RGB (Red+Green+Blue) = 220+120+167=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 167 (65.62% from 255 or 32.94% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC78A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC78A7 is #238758. Grayscale: #9B9B9B. Windows color (decimal): -2328409 or 10975452. OLE color: 10975452.

HSL color Cylindrical-coordinate representation of color #DC78A7: hue angle of 331.8º 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 #DC78A7 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB220120167-
CMYK00.450.240.14
HSL331.8º58.82%66.67%-
HSV(B)331.8º45.45%86.27%-
XYZ43.2131.4440.35-
YUV155.26134.63174.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.39%
GREEN value IS 120 (47.27% from 255) = 23.67%
BLUE value IS 167 (65.62% from 255) = 32.94%
R=43.39%
G=23.67%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012016700.450.240.14331.858.8266.67
HexDC78A702D18E14c3b43
Octal334170247055301651473103
Binary1101110011110001010011101011011100011101010011001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC78A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC78A7; }

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

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

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

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

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

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

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

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