#DD8097

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

Shades of Carissma #DD8097

Tints of Carissma #DD8097

Color information

#DD8097 (or 0xDD8097) is unknown color: approx Carissma. HEX triplet: DD, 80 and 97. RGB value is (221,128,151). Sum of RGB (Red+Green+Blue) = 221+128+151=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 151 (59.38% from 255 or 30.2% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8097 is #227F68. Grayscale: #9E9E9E. Windows color (decimal): -2260841 or 9928925. OLE color: 9928925.

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

Color convert

RGB221128151-
CMYK00.420.320.13
HSL345.16º57.76%68.43%-
HSV(B)345.16º42.08%86.67%-
XYZ43.1233.0433.38-
YUV158.43123.81172.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.2%
GREEN value IS 128 (50.39% from 255) = 25.6%
BLUE value IS 151 (59.38% from 255) = 30.2%
R=44.2%
G=25.6%
B=30.2%

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
Decimal22112815100.420.320.13345.1657.7668.43
HexDD809702A20D1593a44
Octal335200227052401553172104
Binary110111011000000010010111010101010000011011010110011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8097; }

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

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

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

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

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

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

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

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