#DD7D96

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

Shades of Carissma #DD7D96

Tints of Carissma #DD7D96

Color information

#DD7D96 (or 0xDD7D96) is unknown color: approx Carissma. HEX triplet: DD, 7D and 96. RGB value is (221,125,150). Sum of RGB (Red+Green+Blue) = 221+125+150=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7D96 is #228269. Grayscale: #9C9C9C. Windows color (decimal): -2261610 or 9862621. OLE color: 9862621.

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

Color convert

RGB221125150-
CMYK00.430.320.13
HSL344.38º58.54%67.84%-
HSV(B)344.38º43.44%86.67%-
XYZ42.6632.2432.83-
YUV156.55124.3173.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.56%
GREEN value IS 125 (49.22% from 255) = 25.20%
BLUE value IS 150 (58.98% from 255) = 30.24%
R=44.56%
G=25.20%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112515000.430.320.13344.3858.5467.84
HexDD7D9602B20D1583b44
Octal335175226053401553073104
Binary11011101111110110010110010101110000011011010110001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7D96; }

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

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

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

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

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

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

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

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