#DD869A

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

Shades of Carissma #DD869A

Tints of Carissma #DD869A

Color information

#DD869A (or 0xDD869A) is unknown color: approx Carissma. HEX triplet: DD, 86 and 9A. RGB value is (221,134,154). Sum of RGB (Red+Green+Blue) = 221+134+154=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 134 (52.73% from 255 or 26.33% from 509); Blue value is 154 (60.55% from 255 or 30.26% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD869A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD869A is #227965. Grayscale: #A2A2A2. Windows color (decimal): -2259302 or 10127069. OLE color: 10127069.

HSL color Cylindrical-coordinate representation of color #DD869A: hue angle of 346.21º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD869A is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB221134154-
CMYK00.390.300.13
HSL346.21º56.13%69.61%-
HSV(B)346.21º39.37%86.67%-
XYZ44.1834.7634.95-
YUV162.29123.32169.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.42%
GREEN value IS 134 (52.73% from 255) = 26.33%
BLUE value IS 154 (60.55% from 255) = 30.26%
R=43.42%
G=26.33%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113415400.390.300.13346.2156.1369.61
HexDD869A0271ED15a3846
Octal335206232047361553270106
Binary11011101100001101001101001001111111011011010110101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD869A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD869A; }

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

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

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

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

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

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

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

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