#DD838E

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

Shades of Carissma #DD838E

Tints of Carissma #DD838E

Color information

#DD838E (or 0xDD838E) is unknown color: approx Carissma. HEX triplet: DD, 83 and 8E. RGB value is (221,131,142). Sum of RGB (Red+Green+Blue) = 221+131+142=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD838E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD838E is #227C71. Grayscale: #9F9F9F. Windows color (decimal): -2260082 or 9339869. OLE color: 9339869.

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

Color convert

RGB221131142-
CMYK00.410.360.13
HSL352.67º56.96%69.02%-
HSV(B)352.67º40.72%86.67%-
XYZ42.8233.5629.81-
YUV159.16118.32172.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.74%
GREEN value IS 131 (51.56% from 255) = 26.52%
BLUE value IS 142 (55.86% from 255) = 28.74%
R=44.74%
G=26.52%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113114200.410.360.13352.6756.9669.02
HexDD838E02924D1613945
Octal335203216051441554171105
Binary110111011000001110001110010100110010011011011000011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD838E; }

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

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

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

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

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

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

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

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