#DD8C93

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

Shades of Carissma #DD8C93

Tints of Carissma #DD8C93

Color information

#DD8C93 (or 0xDD8C93) is unknown color: approx Carissma. HEX triplet: DD, 8C and 93. RGB value is (221,140,147). Sum of RGB (Red+Green+Blue) = 221+140+147=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 147 (57.81% from 255 or 28.94% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8C93 is #22736C. Grayscale: #A5A5A5. Windows color (decimal): -2257773 or 9669853. OLE color: 9669853.

HSL color Cylindrical-coordinate representation of color #DD8C93: hue angle of 354.81º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD8C93 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB221140147-
CMYK00.370.330.13
HSL354.81º54.36%70.78%-
HSV(B)354.81º36.65%86.67%-
XYZ44.4636.2332.25-
YUV165.02117.84167.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.50%
GREEN value IS 140 (55.08% from 255) = 27.56%
BLUE value IS 147 (57.81% from 255) = 28.94%
R=43.50%
G=27.56%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114014700.370.330.13354.8154.3670.78
HexDD8C9302521D1633647
Octal335214223045411554366107
Binary110111011000110010010011010010110000111011011000111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8C93; }

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

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

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

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

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

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

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

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