#DD7C98

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

Shades of Carissma #DD7C98

Tints of Carissma #DD7C98

Color information

#DD7C98 (or 0xDD7C98) is unknown color: approx Carissma. HEX triplet: DD, 7C and 98. RGB value is (221,124,152). Sum of RGB (Red+Green+Blue) = 221+124+152=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 124 (48.83% from 255 or 24.95% from 497); Blue value is 152 (59.77% from 255 or 30.58% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7C98 is #228367. Grayscale: #9C9C9C. Windows color (decimal): -2261864 or 9993437. OLE color: 9993437.

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

Color convert

RGB221124152-
CMYK00.440.310.13
HSL342.68º58.79%67.65%-
HSV(B)342.68º43.89%86.67%-
XYZ42.6932.0533.64-
YUV156.2125.64174.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.47%
GREEN value IS 124 (48.83% from 255) = 24.95%
BLUE value IS 152 (59.77% from 255) = 30.58%
R=44.47%
G=24.95%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112415200.440.310.13342.6858.7967.65
HexDD7C9802C1FD1573b44
Octal335174230054371552773104
Binary1101110111111001001100001011001111111011010101111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7C98; }

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

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

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

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

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

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

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

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