#DD828B

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

Shades of Carissma #DD828B

Tints of Carissma #DD828B

Color information

#DD828B (or 0xDD828B) is unknown color: approx Carissma. HEX triplet: DD, 82 and 8B. RGB value is (221,130,139). Sum of RGB (Red+Green+Blue) = 221+130+139=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD828B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD828B is #227D74. Grayscale: #9E9E9E. Windows color (decimal): -2260341 or 9143005. OLE color: 9143005.

HSL color Cylindrical-coordinate representation of color #DD828B: hue angle of 354.07º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD828B is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB221130139-
CMYK00.410.370.13
HSL354.07º57.23%68.82%-
HSV(B)354.07º41.18%86.67%-
XYZ42.4633.228.6-
YUV158.24117.15172.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.10%
GREEN value IS 130 (51.17% from 255) = 26.53%
BLUE value IS 139 (54.69% from 255) = 28.37%
R=45.10%
G=26.53%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113013900.410.370.13354.0757.2368.82
HexDD828B02925D1623945
Octal335202213051451554271105
Binary110111011000001010001011010100110010111011011000101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD828B; }

 p { color: rgb(221,130,139); }

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

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

 a { background-color: rgb(221,130,139); }

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

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

 span { border-color: rgb(221,130,139); }

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