#DD8593

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

Shades of Carissma #DD8593

Tints of Carissma #DD8593

Color information

#DD8593 (or 0xDD8593) is unknown color: approx Carissma. HEX triplet: DD, 85 and 93. RGB value is (221,133,147). Sum of RGB (Red+Green+Blue) = 221+133+147=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8593 is #227A6C. Grayscale: #A0A0A0. Windows color (decimal): -2259565 or 9668061. OLE color: 9668061.

HSL color Cylindrical-coordinate representation of color #DD8593: hue angle of 350.45º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD8593 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB221133147-
CMYK00.400.330.13
HSL350.45º56.41%69.41%-
HSV(B)350.45º39.82%86.67%-
XYZ43.4734.2531.92-
YUV160.91120.15170.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.11%
GREEN value IS 133 (52.34% from 255) = 26.55%
BLUE value IS 147 (57.81% from 255) = 29.34%
R=44.11%
G=26.55%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113314700.400.330.13350.4556.4169.41
HexDD859302821D15e3845
Octal335205223050411553670105
Binary110111011000010110010011010100010000111011010111101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8593; }

 p { color: rgb(221,133,147); }

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

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

 a { background-color: rgb(221,133,147); }

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

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

 span { border-color: rgb(221,133,147); }

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