#DC5D98

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

Shades of Pale Violet Red #DC5D98

Tints of Pale Violet Red #DC5D98

Color information

#DC5D98 (or 0xDC5D98) is unknown color: approx Pale Violet Red. HEX triplet: DC, 5D and 98. RGB value is (220,93,152). Sum of RGB (Red+Green+Blue) = 220+93+152=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 152 (59.77% from 255 or 32.69% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5D98 is #23A267. Grayscale: #898989. Windows color (decimal): -2335336 or 9985500. OLE color: 9985500.

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

Color convert

RGB22093152-
CMYK00.580.310.14
HSL332.13º64.47%61.37%-
HSV(B)332.13º57.73%86.27%-
XYZ39.125.3132.53-
YUV137.7136.08186.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.31%
GREEN value IS 93 (36.72% from 255) = 20%
BLUE value IS 152 (59.77% from 255) = 32.69%
R=47.31%
G=20%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209315200.580.310.14332.1364.4761.37
HexDC5D9803A1FE14c403d
Octal334135230072371651410075
Binary1101110010111011001100001110101111111101010011001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5D98; }

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

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

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

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

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

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

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

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