#DD828D

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

Shades of Carissma #DD828D

Tints of Carissma #DD828D

Color information

#DD828D (or 0xDD828D) is unknown color: approx Carissma. HEX triplet: DD, 82 and 8D. RGB value is (221,130,141). Sum of RGB (Red+Green+Blue) = 221+130+141=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD828D is #227D72. Grayscale: #9E9E9E. Windows color (decimal): -2260339 or 9274077. OLE color: 9274077.

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

Color convert

RGB221130141-
CMYK00.410.360.13
HSL352.75º57.23%68.82%-
HSV(B)352.75º41.18%86.67%-
XYZ42.6133.2629.37-
YUV158.46118.15172.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.92%
GREEN value IS 130 (51.17% from 255) = 26.42%
BLUE value IS 141 (55.47% from 255) = 28.66%
R=44.92%
G=26.42%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113014100.410.360.13352.7557.2368.82
HexDD828D02924D1613945
Octal335202215051441554171105
Binary110111011000001010001101010100110010011011011000011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD828D; }

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

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

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

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

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

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

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

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