#DD859A

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

Shades of Carissma #DD859A

Tints of Carissma #DD859A

Color information

#DD859A (or 0xDD859A) is unknown color: approx Carissma. HEX triplet: DD, 85 and 9A. RGB value is (221,133,154). Sum of RGB (Red+Green+Blue) = 221+133+154=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD859A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD859A is #227A65. Grayscale: #A1A1A1. Windows color (decimal): -2259558 or 10126813. OLE color: 10126813.

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

Color convert

RGB221133154-
CMYK00.400.300.13
HSL345.68º56.41%69.41%-
HSV(B)345.68º39.82%86.67%-
XYZ44.0434.4834.91-
YUV161.71123.65170.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.50%
GREEN value IS 133 (52.34% from 255) = 26.18%
BLUE value IS 154 (60.55% from 255) = 30.31%
R=43.50%
G=26.18%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113315400.400.300.13345.6856.4169.41
HexDD859A0281ED15a3845
Octal335205232050361553270105
Binary11011101100001011001101001010001111011011010110101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD859A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD859A; }

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

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

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

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

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

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

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

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