#DD8495

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

Shades of Carissma #DD8495

Tints of Carissma #DD8495

Color information

#DD8495 (or 0xDD8495) is unknown color: approx Carissma. HEX triplet: DD, 84 and 95. RGB value is (221,132,149). Sum of RGB (Red+Green+Blue) = 221+132+149=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8495 is #227B6A. Grayscale: #A0A0A0. Windows color (decimal): -2259819 or 9798877. OLE color: 9798877.

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

Color convert

RGB221132149-
CMYK00.400.330.13
HSL348.54º56.69%69.22%-
HSV(B)348.54º40.27%86.67%-
XYZ43.4934.0432.71-
YUV160.55121.49171.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.02%
GREEN value IS 132 (51.95% from 255) = 26.29%
BLUE value IS 149 (58.59% from 255) = 29.68%
R=44.02%
G=26.29%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113214900.400.330.13348.5456.6969.22
HexDD849502821D15d3945
Octal335204225050411553571105
Binary110111011000010010010101010100010000111011010111011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8495; }

 p { color: rgb(221,132,149); }

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

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

 a { background-color: rgb(221,132,149); }

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

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

 span { border-color: rgb(221,132,149); }

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