#DD7F84

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

Shades of Carissma #DD7F84

Tints of Carissma #DD7F84

Color information

#DD7F84 (or 0xDD7F84) is unknown color: approx Carissma. HEX triplet: DD, 7F and 84. RGB value is (221,127,132). Sum of RGB (Red+Green+Blue) = 221+127+132=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 132 (51.95% from 255 or 27.5% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7F84 is #22807B. Grayscale: #9B9B9B. Windows color (decimal): -2261116 or 8683485. OLE color: 8683485.

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

Color convert

RGB221127132-
CMYK00.430.400.13
HSL356.81º58.02%68.24%-
HSV(B)356.81º42.53%86.67%-
XYZ41.5732.2225.86-
YUV155.68114.64174.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.04%
GREEN value IS 127 (50% from 255) = 26.46%
BLUE value IS 132 (51.95% from 255) = 27.5%
R=46.04%
G=26.46%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112713200.430.400.13356.8158.0268.24
HexDD7F8402B28D1653a44
Octal335177204053501554572104
Binary11011101111111110000100010101110100011011011001011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7F84; }

 p { color: rgb(221,127,132); }

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

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

 a { background-color: rgb(221,127,132); }

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

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

 span { border-color: rgb(221,127,132); }

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