#DD8798

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

Shades of Carissma #DD8798

Tints of Carissma #DD8798

Color information

#DD8798 (or 0xDD8798) is unknown color: approx Carissma. HEX triplet: DD, 87 and 98. RGB value is (221,135,152). Sum of RGB (Red+Green+Blue) = 221+135+152=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 135 (53.12% from 255 or 26.57% from 508); Blue value is 152 (59.77% from 255 or 29.92% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8798 is #227867. Grayscale: #A2A2A2. Windows color (decimal): -2259048 or 9996253. OLE color: 9996253.

HSL color Cylindrical-coordinate representation of color #DD8798: hue angle of 348.14º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD8798 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB221135152-
CMYK00.390.310.13
HSL348.14º55.84%69.8%-
HSV(B)348.14º38.91%86.67%-
XYZ44.1534.9734.13-
YUV162.65121.99169.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.50%
GREEN value IS 135 (53.12% from 255) = 26.57%
BLUE value IS 152 (59.77% from 255) = 29.92%
R=43.50%
G=26.57%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113515200.390.310.13348.1455.8469.8
HexDD87980271FD15c3846
Octal335207230047371553470106
Binary11011101100001111001100001001111111111011010111001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8798; }

 p { color: rgb(221,135,152); }

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

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

 a { background-color: rgb(221,135,152); }

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

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

 span { border-color: rgb(221,135,152); }

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