#DD8197

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

Shades of Carissma #DD8197

Tints of Carissma #DD8197

Color information

#DD8197 (or 0xDD8197) is unknown color: approx Carissma. HEX triplet: DD, 81 and 97. RGB value is (221,129,151). Sum of RGB (Red+Green+Blue) = 221+129+151=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8197 is #227E68. Grayscale: #9F9F9F. Windows color (decimal): -2260585 or 9929181. OLE color: 9929181.

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

Color convert

RGB221129151-
CMYK00.420.320.13
HSL345.65º57.5%68.63%-
HSV(B)345.65º41.63%86.67%-
XYZ43.2533.3133.43-
YUV159.02123.48172.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.11%
GREEN value IS 129 (50.78% from 255) = 25.75%
BLUE value IS 151 (59.38% from 255) = 30.14%
R=44.11%
G=25.75%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112915100.420.320.13345.6557.568.63
HexDD819702A20D15a3a45
Octal335201227052401553272105
Binary110111011000000110010111010101010000011011010110101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8197; }

 p { color: rgb(221,129,151); }

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

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

 a { background-color: rgb(221,129,151); }

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

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

 span { border-color: rgb(221,129,151); }

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