#DD859C

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

Shades of Carissma #DD859C

Tints of Carissma #DD859C

Color information

#DD859C (or 0xDD859C) is unknown color: approx Carissma. HEX triplet: DD, 85 and 9C. RGB value is (221,133,156). Sum of RGB (Red+Green+Blue) = 221+133+156=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD859C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD859C is #227A63. Grayscale: #A1A1A1. Windows color (decimal): -2259556 or 10257885. OLE color: 10257885.

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

Color convert

RGB221133156-
CMYK00.400.290.13
HSL344.32º56.41%69.41%-
HSV(B)344.32º39.82%86.67%-
XYZ44.2134.5535.79-
YUV161.93124.65170.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.33%
GREEN value IS 133 (52.34% from 255) = 26.08%
BLUE value IS 156 (61.33% from 255) = 30.59%
R=43.33%
G=26.08%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113315600.400.290.13344.3256.4169.41
HexDD859C0281DD1583845
Octal335205234050351553070105
Binary11011101100001011001110001010001110111011010110001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD859C; }

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

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

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

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

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

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

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

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