#DD8190

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

Shades of Carissma #DD8190

Tints of Carissma #DD8190

Color information

#DD8190 (or 0xDD8190) is unknown color: approx Carissma. HEX triplet: DD, 81 and 90. RGB value is (221,129,144). Sum of RGB (Red+Green+Blue) = 221+129+144=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8190 is #227E6F. Grayscale: #9E9E9E. Windows color (decimal): -2260592 or 9470429. OLE color: 9470429.

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

Color convert

RGB221129144-
CMYK00.420.350.13
HSL350.22º57.5%68.63%-
HSV(B)350.22º41.63%86.67%-
XYZ42.733.0930.52-
YUV158.22119.98172.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.74%
GREEN value IS 129 (50.78% from 255) = 26.11%
BLUE value IS 144 (56.64% from 255) = 29.15%
R=44.74%
G=26.11%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112914400.420.350.13350.2257.568.63
HexDD819002A23D15e3a45
Octal335201220052431553672105
Binary110111011000000110010000010101010001111011010111101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8190; }

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

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

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

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

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

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

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

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