#DD828E

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

Shades of Carissma #DD828E

Tints of Carissma #DD828E

Color information

#DD828E (or 0xDD828E) is unknown color: approx Carissma. HEX triplet: DD, 82 and 8E. RGB value is (221,130,142). Sum of RGB (Red+Green+Blue) = 221+130+142=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD828E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD828E is #227D71. Grayscale: #9E9E9E. Windows color (decimal): -2260338 or 9339613. OLE color: 9339613.

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

Color convert

RGB221130142-
CMYK00.410.360.13
HSL352.09º57.23%68.82%-
HSV(B)352.09º41.18%86.67%-
XYZ42.6833.2929.77-
YUV158.58118.65172.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.83%
GREEN value IS 130 (51.17% from 255) = 26.37%
BLUE value IS 142 (55.86% from 255) = 28.80%
R=44.83%
G=26.37%
B=28.80%

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
Decimal22113014200.410.360.13352.0957.2368.82
HexDD828E02924D1603945
Octal335202216051441554071105
Binary110111011000001010001110010100110010011011011000001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD828E; }

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

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

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

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

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

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

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

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