#DD858D

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

Shades of Carissma #DD858D

Tints of Carissma #DD858D

Color information

#DD858D (or 0xDD858D) is unknown color: approx Carissma. HEX triplet: DD, 85 and 8D. RGB value is (221,133,141). Sum of RGB (Red+Green+Blue) = 221+133+141=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD858D is #227A72. Grayscale: #A0A0A0. Windows color (decimal): -2259571 or 9274845. OLE color: 9274845.

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

Color convert

RGB221133141-
CMYK00.400.360.13
HSL354.55º56.41%69.41%-
HSV(B)354.55º39.82%86.67%-
XYZ43.0134.0729.51-
YUV160.22117.15171.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.65%
GREEN value IS 133 (52.34% from 255) = 26.87%
BLUE value IS 141 (55.47% from 255) = 28.48%
R=44.65%
G=26.87%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113314100.400.360.13354.5556.4169.41
HexDD858D02824D1633845
Octal335205215050441554370105
Binary110111011000010110001101010100010010011011011000111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD858D; }

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

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

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

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

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

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

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

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