#DD838C

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

Shades of Carissma #DD838C

Tints of Carissma #DD838C

Color information

#DD838C (or 0xDD838C) is unknown color: approx Carissma. HEX triplet: DD, 83 and 8C. RGB value is (221,131,140). Sum of RGB (Red+Green+Blue) = 221+131+140=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD838C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD838C is #227C73. Grayscale: #9E9E9E. Windows color (decimal): -2260084 or 9208797. OLE color: 9208797.

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

Color convert

RGB221131140-
CMYK00.410.370.13
HSL354º56.96%69.02%-
HSV(B)354º40.72%86.67%-
XYZ42.6733.529.03-
YUV158.94117.32172.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.92%
GREEN value IS 131 (51.56% from 255) = 26.63%
BLUE value IS 140 (55.08% from 255) = 28.46%
R=44.92%
G=26.63%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113114000.410.370.1335456.9669.02
HexDD838C02925D1623945
Octal335203214051451554271105
Binary110111011000001110001100010100110010111011011000101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD838C; }

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

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

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

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

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

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

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

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