#DC5D91

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

Shades of Pale Violet Red #DC5D91

Tints of Pale Violet Red #DC5D91

Color information

#DC5D91 (or 0xDC5D91) is unknown color: approx Pale Violet Red. HEX triplet: DC, 5D and 91. RGB value is (220,93,145). Sum of RGB (Red+Green+Blue) = 220+93+145=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 145 (57.03% from 255 or 31.66% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5D91 is #23A26E. Grayscale: #888888. Windows color (decimal): -2335343 or 9526748. OLE color: 9526748.

HSL color Cylindrical-coordinate representation of color #DC5D91: hue angle of 335.43º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC5D91 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB22093145-
CMYK00.580.340.14
HSL335.43º64.47%61.37%-
HSV(B)335.43º57.73%86.27%-
XYZ38.5425.0929.6-
YUV136.9132.58187.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.03%
GREEN value IS 93 (36.72% from 255) = 20.31%
BLUE value IS 145 (57.03% from 255) = 31.66%
R=48.03%
G=20.31%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209314500.580.340.14335.4364.4761.37
HexDC5D9103A22E14f403d
Octal334135221072421651710075
Binary11011100101110110010001011101010001011101010011111000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5D91; }

 p { color: rgb(220,93,145); }

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

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

 a { background-color: rgb(220,93,145); }

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

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

 span { border-color: rgb(220,93,145); }

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