#DD7D88

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

Shades of Carissma #DD7D88

Tints of Carissma #DD7D88

Color information

#DD7D88 (or 0xDD7D88) is unknown color: approx Carissma. HEX triplet: DD, 7D and 88. RGB value is (221,125,136). Sum of RGB (Red+Green+Blue) = 221+125+136=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 136 (53.52% from 255 or 28.22% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7D88 is #228277. Grayscale: #9B9B9B. Windows color (decimal): -2261624 or 8945117. OLE color: 8945117.

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

Color convert

RGB221125136-
CMYK00.430.380.13
HSL353.12º58.54%67.84%-
HSV(B)353.12º43.44%86.67%-
XYZ41.631.8227.24-
YUV154.96117.3175.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.85%
GREEN value IS 125 (49.22% from 255) = 25.93%
BLUE value IS 136 (53.52% from 255) = 28.22%
R=45.85%
G=25.93%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112513600.430.380.13353.1258.5467.84
HexDD7D8802B26D1613b44
Octal335175210053461554173104
Binary11011101111110110001000010101110011011011011000011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7D88; }

 p { color: rgb(221,125,136); }

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

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

 a { background-color: rgb(221,125,136); }

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

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

 span { border-color: rgb(221,125,136); }

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