#DD809C

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

Shades of Carissma #DD809C

Tints of Carissma #DD809C

Color information

#DD809C (or 0xDD809C) is unknown color: approx Carissma. HEX triplet: DD, 80 and 9C. RGB value is (221,128,156). Sum of RGB (Red+Green+Blue) = 221+128+156=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD809C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD809C is #227F63. Grayscale: #9E9E9E. Windows color (decimal): -2260836 or 10256605. OLE color: 10256605.

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

Color convert

RGB221128156-
CMYK00.420.290.13
HSL341.94º57.76%68.43%-
HSV(B)341.94º42.08%86.67%-
XYZ43.5433.2135.57-
YUV159126.31172.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.76%
GREEN value IS 128 (50.39% from 255) = 25.35%
BLUE value IS 156 (61.33% from 255) = 30.89%
R=43.76%
G=25.35%
B=30.89%

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
Decimal22112815600.420.290.13341.9457.7668.43
HexDD809C02A1DD1563a44
Octal335200234052351552672104
Binary11011101100000001001110001010101110111011010101101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD809C; }

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

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

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

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

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

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

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

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