#DD809D

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

Shades of Carissma #DD809D

Tints of Carissma #DD809D

Color information

#DD809D (or 0xDD809D) is unknown color: approx Carissma. HEX triplet: DD, 80 and 9D. RGB value is (221,128,157). Sum of RGB (Red+Green+Blue) = 221+128+157=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD809D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD809D is #227F62. Grayscale: #9F9F9F. Windows color (decimal): -2260835 or 10322141. OLE color: 10322141.

HSL color Cylindrical-coordinate representation of color #DD809D: hue angle of 341.29º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD809D is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB221128157-
CMYK00.420.290.13
HSL341.29º57.76%68.43%-
HSV(B)341.29º42.08%86.67%-
XYZ43.6233.2436.02-
YUV159.11126.81172.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.68%
GREEN value IS 128 (50.39% from 255) = 25.30%
BLUE value IS 157 (61.72% from 255) = 31.03%
R=43.68%
G=25.30%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112815700.420.290.13341.2957.7668.43
HexDD809D02A1DD1553a44
Octal335200235052351552572104
Binary11011101100000001001110101010101110111011010101011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD809D; }

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

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

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

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

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

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

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

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