#DD839D

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

Shades of Carissma #DD839D

Tints of Carissma #DD839D

Color information

#DD839D (or 0xDD839D) is unknown color: approx Carissma. HEX triplet: DD, 83 and 9D. RGB value is (221,131,157). Sum of RGB (Red+Green+Blue) = 221+131+157=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 131 (51.56% from 255 or 25.74% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD839D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD839D is #227C62. Grayscale: #A0A0A0. Windows color (decimal): -2260067 or 10322909. OLE color: 10322909.

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

Color convert

RGB221131157-
CMYK00.410.290.13
HSL342.67º56.96%69.02%-
HSV(B)342.67º40.72%86.67%-
XYZ44.0234.0436.15-
YUV160.87125.82170.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.42%
GREEN value IS 131 (51.56% from 255) = 25.74%
BLUE value IS 157 (61.72% from 255) = 30.84%
R=43.42%
G=25.74%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113115700.410.290.13342.6756.9669.02
HexDD839D0291DD1573945
Octal335203235051351552771105
Binary11011101100000111001110101010011110111011010101111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD839D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD839D; }

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

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

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

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

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

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

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

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