#DD7C8E

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

Shades of Carissma #DD7C8E

Tints of Carissma #DD7C8E

Color information

#DD7C8E (or 0xDD7C8E) is unknown color: approx Carissma. HEX triplet: DD, 7C and 8E. RGB value is (221,124,142). Sum of RGB (Red+Green+Blue) = 221+124+142=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 124 (48.83% from 255 or 25.46% from 487); Blue value is 142 (55.86% from 255 or 29.16% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7C8E is #228371. Grayscale: #9B9B9B. Windows color (decimal): -2261874 or 9338077. OLE color: 9338077.

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

Color convert

RGB221124142-
CMYK00.440.360.13
HSL348.87º58.79%67.65%-
HSV(B)348.87º43.89%86.67%-
XYZ41.9131.7429.51-
YUV155.05120.64175.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.38%
GREEN value IS 124 (48.83% from 255) = 25.46%
BLUE value IS 142 (55.86% from 255) = 29.16%
R=45.38%
G=25.46%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112414200.440.360.13348.8758.7967.65
HexDD7C8E02C24D15d3b44
Octal335174216054441553573104
Binary11011101111110010001110010110010010011011010111011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7C8E; }

 p { color: rgb(221,124,142); }

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

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

 a { background-color: rgb(221,124,142); }

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

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

 span { border-color: rgb(221,124,142); }

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