#DD8085

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

Shades of Carissma #DD8085

Tints of Carissma #DD8085

Color information

#DD8085 (or 0xDD8085) is unknown color: approx Carissma. HEX triplet: DD, 80 and 85. RGB value is (221,128,133). Sum of RGB (Red+Green+Blue) = 221+128+133=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8085 is #227F7A. Grayscale: #9C9C9C. Windows color (decimal): -2260859 or 8749277. OLE color: 8749277.

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

Color convert

RGB221128133-
CMYK00.420.400.13
HSL356.77º57.76%68.43%-
HSV(B)356.77º42.08%86.67%-
XYZ41.7732.526.26-
YUV156.38114.81174.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.85%
GREEN value IS 128 (50.39% from 255) = 26.56%
BLUE value IS 133 (52.34% from 255) = 27.59%
R=45.85%
G=26.56%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112813300.420.400.13356.7757.7668.43
HexDD808502A28D1653a44
Octal335200205052501554572104
Binary110111011000000010000101010101010100011011011001011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8085; }

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

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

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

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

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

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

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

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