#DD7D94

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

Shades of Carissma #DD7D94

Tints of Carissma #DD7D94

Color information

#DD7D94 (or 0xDD7D94) is unknown color: approx Carissma. HEX triplet: DD, 7D and 94. RGB value is (221,125,148). Sum of RGB (Red+Green+Blue) = 221+125+148=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 125 (49.22% from 255 or 25.30% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7D94 is #22826B. Grayscale: #9C9C9C. Windows color (decimal): -2261612 or 9731549. OLE color: 9731549.

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

Color convert

RGB221125148-
CMYK00.430.330.13
HSL345.62º58.54%67.84%-
HSV(B)345.62º43.44%86.67%-
XYZ42.532.1831.99-
YUV156.33123.3174.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.74%
GREEN value IS 125 (49.22% from 255) = 25.30%
BLUE value IS 148 (58.20% from 255) = 29.96%
R=44.74%
G=25.30%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112514800.430.330.13345.6258.5467.84
HexDD7D9402B21D15a3b44
Octal335175224053411553273104
Binary11011101111110110010100010101110000111011010110101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7D94; }

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

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

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

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

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

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

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

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