#DD828A

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

Shades of Carissma #DD828A

Tints of Carissma #DD828A

Color information

#DD828A (or 0xDD828A) is unknown color: approx Carissma. HEX triplet: DD, 82 and 8A. RGB value is (221,130,138). Sum of RGB (Red+Green+Blue) = 221+130+138=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD828A is #227D75. Grayscale: #9E9E9E. Windows color (decimal): -2260342 or 9077469. OLE color: 9077469.

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

Color convert

RGB221130138-
CMYK00.410.380.13
HSL354.73º57.23%68.82%-
HSV(B)354.73º41.18%86.67%-
XYZ42.3933.1728.21-
YUV158.12116.65172.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.19%
GREEN value IS 130 (51.17% from 255) = 26.58%
BLUE value IS 138 (54.30% from 255) = 28.22%
R=45.19%
G=26.58%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113013800.410.380.13354.7357.2368.82
HexDD828A02926D1633945
Octal335202212051461554371105
Binary110111011000001010001010010100110011011011011000111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD828A; }

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

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

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

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

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

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

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

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