#DD809A

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

Shades of Carissma #DD809A

Tints of Carissma #DD809A

Color information

#DD809A (or 0xDD809A) is unknown color: approx Carissma. HEX triplet: DD, 80 and 9A. RGB value is (221,128,154). Sum of RGB (Red+Green+Blue) = 221+128+154=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD809A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD809A is #227F65. Grayscale: #9E9E9E. Windows color (decimal): -2260838 or 10125533. OLE color: 10125533.

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

Color convert

RGB221128154-
CMYK00.420.300.13
HSL343.23º57.76%68.43%-
HSV(B)343.23º42.08%86.67%-
XYZ43.3733.1434.68-
YUV158.77125.31172.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.94%
GREEN value IS 128 (50.39% from 255) = 25.45%
BLUE value IS 154 (60.55% from 255) = 30.62%
R=43.94%
G=25.45%
B=30.62%

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
Decimal22112815400.420.300.13343.2357.7668.43
HexDD809A02A1ED1573a44
Octal335200232052361552772104
Binary11011101100000001001101001010101111011011010101111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD809A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD809A; }

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

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

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

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

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

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

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

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