#DD8790

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

Shades of Carissma #DD8790

Tints of Carissma #DD8790

Color information

#DD8790 (or 0xDD8790) is unknown color: approx Carissma. HEX triplet: DD, 87 and 90. RGB value is (221,135,144). Sum of RGB (Red+Green+Blue) = 221+135+144=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 135 (53.12% from 255 or 27% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8790 is #22786F. Grayscale: #A1A1A1. Windows color (decimal): -2259056 or 9471965. OLE color: 9471965.

HSL color Cylindrical-coordinate representation of color #DD8790: hue angle of 353.72º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD8790 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB221135144-
CMYK00.390.350.13
HSL353.72º55.84%69.8%-
HSV(B)353.72º38.91%86.67%-
XYZ43.5234.7130.79-
YUV161.74117.99170.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.2%
GREEN value IS 135 (53.12% from 255) = 27%
BLUE value IS 144 (56.64% from 255) = 28.8%
R=44.2%
G=27%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113514400.390.350.13353.7255.8469.8
HexDD879002723D1623846
Octal335207220047431554270106
Binary110111011000011110010000010011110001111011011000101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8790; }

 p { color: rgb(221,135,144); }

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

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

 a { background-color: rgb(221,135,144); }

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

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

 span { border-color: rgb(221,135,144); }

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