#DD838B

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

Shades of Carissma #DD838B

Tints of Carissma #DD838B

Color information

#DD838B (or 0xDD838B) is unknown color: approx Carissma. HEX triplet: DD, 83 and 8B. RGB value is (221,131,139). Sum of RGB (Red+Green+Blue) = 221+131+139=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD838B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD838B is #227C74. Grayscale: #9E9E9E. Windows color (decimal): -2260085 or 9143261. OLE color: 9143261.

HSL color Cylindrical-coordinate representation of color #DD838B: hue angle of 354.67º 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 #DD838B is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB221131139-
CMYK00.410.370.13
HSL354.67º56.96%69.02%-
HSV(B)354.67º40.72%86.67%-
XYZ42.633.4728.64-
YUV158.82116.82172.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.01%
GREEN value IS 131 (51.56% from 255) = 26.68%
BLUE value IS 139 (54.69% from 255) = 28.31%
R=45.01%
G=26.68%
B=28.31%

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
Decimal22113113900.410.370.13354.6756.9669.02
HexDD838B02925D1633945
Octal335203213051451554371105
Binary110111011000001110001011010100110010111011011000111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD838B; }

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

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

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

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

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

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

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

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