#DD7D91

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

Shades of Carissma #DD7D91

Tints of Carissma #DD7D91

Color information

#DD7D91 (or 0xDD7D91) is unknown color: approx Carissma. HEX triplet: DD, 7D and 91. RGB value is (221,125,145). Sum of RGB (Red+Green+Blue) = 221+125+145=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 145 (57.03% from 255 or 29.53% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7D91 is #22826E. Grayscale: #9C9C9C. Windows color (decimal): -2261615 or 9534941. OLE color: 9534941.

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

Color convert

RGB221125145-
CMYK00.430.340.13
HSL347.5º58.54%67.84%-
HSV(B)347.5º43.44%86.67%-
XYZ42.2632.0830.75-
YUV155.98121.8174.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.01%
GREEN value IS 125 (49.22% from 255) = 25.46%
BLUE value IS 145 (57.03% from 255) = 29.53%
R=45.01%
G=25.46%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112514500.430.340.13347.558.5467.84
HexDD7D9102B22D15c3b44
Octal335175221053421553473104
Binary11011101111110110010001010101110001011011010111001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7D91; }

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

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

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

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

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

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

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

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