#DC8599

Color #DC8599 Carissma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carissma #DC8599

Tints of Carissma #DC8599

Color information

#DC8599 (or 0xDC8599) is unknown color: approx Carissma. HEX triplet: DC, 85 and 99. RGB value is (220,133,153). Sum of RGB (Red+Green+Blue) = 220+133+153=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 153 (60.16% from 255 or 30.24% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8599 is #237A66. Grayscale: #A1A1A1. Windows color (decimal): -2325095 or 10061276. OLE color: 10061276.

HSL color Cylindrical-coordinate representation of color #DC8599: hue angle of 346.21º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC8599 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB220133153-
CMYK00.400.300.14
HSL346.21º55.41%69.22%-
HSV(B)346.21º39.55%86.27%-
XYZ43.6534.2934.46-
YUV161.29123.32169.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.48%
GREEN value IS 133 (52.34% from 255) = 26.28%
BLUE value IS 153 (60.16% from 255) = 30.24%
R=43.48%
G=26.28%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013315300.400.300.14346.2155.4169.22
HexDC85990281EE15a3745
Octal334205231050361653267105
Binary11011100100001011001100101010001111011101010110101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8599; }

 p { color: rgb(220,133,153); }

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

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

 a { background-color: rgb(220,133,153); }

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

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

 span { border-color: rgb(220,133,153); }

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