#DD808A

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

Shades of Carissma #DD808A

Tints of Carissma #DD808A

Color information

#DD808A (or 0xDD808A) is unknown color: approx Carissma. HEX triplet: DD, 80 and 8A. RGB value is (221,128,138). Sum of RGB (Red+Green+Blue) = 221+128+138=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD808A is #227F75. Grayscale: #9D9D9D. Windows color (decimal): -2260854 or 9076957. OLE color: 9076957.

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

Color convert

RGB221128138-
CMYK00.420.380.13
HSL353.55º57.76%68.43%-
HSV(B)353.55º42.08%86.67%-
XYZ42.1332.6528.13-
YUV156.95117.31173.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.38%
GREEN value IS 128 (50.39% from 255) = 26.28%
BLUE value IS 138 (54.30% from 255) = 28.34%
R=45.38%
G=26.28%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112813800.420.380.13353.5557.7668.43
HexDD808A02A26D1623a44
Octal335200212052461554272104
Binary110111011000000010001010010101010011011011011000101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD808A; }

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

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

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

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

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

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

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

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