#DD7E98

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

Shades of Carissma #DD7E98

Tints of Carissma #DD7E98

Color information

#DD7E98 (or 0xDD7E98) is unknown color: approx Carissma. HEX triplet: DD, 7E and 98. RGB value is (221,126,152). Sum of RGB (Red+Green+Blue) = 221+126+152=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 152 (59.77% from 255 or 30.46% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7E98 is #228167. Grayscale: #9D9D9D. Windows color (decimal): -2261352 or 9993949. OLE color: 9993949.

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

Color convert

RGB221126152-
CMYK00.430.310.13
HSL343.58º58.28%68.04%-
HSV(B)343.58º42.99%86.67%-
XYZ42.9532.5633.73-
YUV157.37124.97173.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.29%
GREEN value IS 126 (49.61% from 255) = 25.25%
BLUE value IS 152 (59.77% from 255) = 30.46%
R=44.29%
G=25.25%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112615200.430.310.13343.5858.2868.04
HexDD7E9802B1FD1583a44
Octal335176230053371553072104
Binary1101110111111101001100001010111111111011010110001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7E98; }

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

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

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

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

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

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

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

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