#DD7E9E

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

Shades of Carissma #DD7E9E

Tints of Carissma #DD7E9E

Color information

#DD7E9E (or 0xDD7E9E) is unknown color: approx Carissma. HEX triplet: DD, 7E and 9E. RGB value is (221,126,158). Sum of RGB (Red+Green+Blue) = 221+126+158=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 126 (49.61% from 255 or 24.95% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7E9E is #228161. Grayscale: #9E9E9E. Windows color (decimal): -2261346 or 10387165. OLE color: 10387165.

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

Color convert

RGB221126158-
CMYK00.430.290.13
HSL339.79º58.28%68.04%-
HSV(B)339.79º42.99%86.67%-
XYZ43.4532.7636.38-
YUV158.05127.97172.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.76%
GREEN value IS 126 (49.61% from 255) = 24.95%
BLUE value IS 158 (62.11% from 255) = 31.29%
R=43.76%
G=24.95%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112615800.430.290.13339.7958.2868.04
HexDD7E9E02B1DD1543a44
Octal335176236053351552472104
Binary1101110111111101001111001010111110111011010101001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7E9E; }

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

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

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

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

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

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

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

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