#DD809B

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

Shades of Carissma #DD809B

Tints of Carissma #DD809B

Color information

#DD809B (or 0xDD809B) is unknown color: approx Carissma. HEX triplet: DD, 80 and 9B. RGB value is (221,128,155). Sum of RGB (Red+Green+Blue) = 221+128+155=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD809B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD809B is #227F64. Grayscale: #9E9E9E. Windows color (decimal): -2260837 or 10191069. OLE color: 10191069.

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

Color convert

RGB221128155-
CMYK00.420.300.13
HSL342.58º57.76%68.43%-
HSV(B)342.58º42.08%86.67%-
XYZ43.4533.1835.12-
YUV158.88125.81172.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.85%
GREEN value IS 128 (50.39% from 255) = 25.40%
BLUE value IS 155 (60.94% from 255) = 30.75%
R=43.85%
G=25.40%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112815500.420.300.13342.5857.7668.43
HexDD809B02A1ED1573a44
Octal335200233052361552772104
Binary11011101100000001001101101010101111011011010101111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD809B; }

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

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

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

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

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

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

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

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