#DD8092

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

Shades of Carissma #DD8092

Tints of Carissma #DD8092

Color information

#DD8092 (or 0xDD8092) is unknown color: approx Carissma. HEX triplet: DD, 80 and 92. RGB value is (221,128,146). Sum of RGB (Red+Green+Blue) = 221+128+146=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8092 is #227F6D. Grayscale: #9D9D9D. Windows color (decimal): -2260846 or 9601245. OLE color: 9601245.

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

Color convert

RGB221128146-
CMYK00.420.340.13
HSL348.39º57.76%68.43%-
HSV(B)348.39º42.08%86.67%-
XYZ42.7332.8931.29-
YUV157.86121.31173.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.65%
GREEN value IS 128 (50.39% from 255) = 25.86%
BLUE value IS 146 (57.42% from 255) = 29.49%
R=44.65%
G=25.86%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112814600.420.340.13348.3957.7668.43
HexDD809202A22D15c3a44
Octal335200222052421553472104
Binary110111011000000010010010010101010001011011010111001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8092; }

 p { color: rgb(221,128,146); }

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

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

 a { background-color: rgb(221,128,146); }

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

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

 span { border-color: rgb(221,128,146); }

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