#DD7E88

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

Shades of Carissma #DD7E88

Tints of Carissma #DD7E88

Color information

#DD7E88 (or 0xDD7E88) is unknown color: approx Carissma. HEX triplet: DD, 7E and 88. RGB value is (221,126,136). Sum of RGB (Red+Green+Blue) = 221+126+136=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7E88 is #228177. Grayscale: #9B9B9B. Windows color (decimal): -2261368 or 8945373. OLE color: 8945373.

HSL color Cylindrical-coordinate representation of color #DD7E88: hue angle of 353.68º degrees, saturation: 0.58, 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 #DD7E88 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB221126136-
CMYK00.430.380.13
HSL353.68º58.28%68.04%-
HSV(B)353.68º42.99%86.67%-
XYZ41.7232.0727.28-
YUV155.54116.97174.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.76%
GREEN value IS 126 (49.61% from 255) = 26.09%
BLUE value IS 136 (53.52% from 255) = 28.16%
R=45.76%
G=26.09%
B=28.16%

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
Decimal22112613600.430.380.13353.6858.2868.04
HexDD7E8802B26D1623a44
Octal335176210053461554272104
Binary11011101111111010001000010101110011011011011000101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7E88; }

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

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

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

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

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

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

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

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