#DD8393

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

Shades of Carissma #DD8393

Tints of Carissma #DD8393

Color information

#DD8393 (or 0xDD8393) is unknown color: approx Carissma. HEX triplet: DD, 83 and 93. RGB value is (221,131,147). Sum of RGB (Red+Green+Blue) = 221+131+147=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8393 is #227C6C. Grayscale: #9F9F9F. Windows color (decimal): -2260077 or 9667549. OLE color: 9667549.

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

Color convert

RGB221131147-
CMYK00.410.330.13
HSL349.33º56.96%69.02%-
HSV(B)349.33º40.72%86.67%-
XYZ43.233.7131.83-
YUV159.73120.82171.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.29%
GREEN value IS 131 (51.56% from 255) = 26.25%
BLUE value IS 147 (57.81% from 255) = 29.46%
R=44.29%
G=26.25%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113114700.410.330.13349.3356.9669.02
HexDD839302921D15d3945
Octal335203223051411553571105
Binary110111011000001110010011010100110000111011010111011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8393; }

 p { color: rgb(221,131,147); }

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

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

 a { background-color: rgb(221,131,147); }

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

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

 span { border-color: rgb(221,131,147); }

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