#DD8597

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

Shades of Carissma #DD8597

Tints of Carissma #DD8597

Color information

#DD8597 (or 0xDD8597) is unknown color: approx Carissma. HEX triplet: DD, 85 and 97. RGB value is (221,133,151). Sum of RGB (Red+Green+Blue) = 221+133+151=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8597 is #227A68. Grayscale: #A1A1A1. Windows color (decimal): -2259561 or 9930205. OLE color: 9930205.

HSL color Cylindrical-coordinate representation of color #DD8597: hue angle of 347.73º degrees, saturation: 0.56, 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 #DD8597 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB221133151-
CMYK00.400.320.13
HSL347.73º56.41%69.41%-
HSV(B)347.73º39.82%86.67%-
XYZ43.7934.3833.61-
YUV161.36122.15170.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.76%
GREEN value IS 133 (52.34% from 255) = 26.34%
BLUE value IS 151 (59.38% from 255) = 29.90%
R=43.76%
G=26.34%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113315100.400.320.13347.7356.4169.41
HexDD859702820D15c3845
Octal335205227050401553470105
Binary110111011000010110010111010100010000011011010111001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8597; }

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

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

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

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

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

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

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

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