#DD8384

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

Shades of Carissma #DD8384

Tints of Carissma #DD8384

Color information

#DD8384 (or 0xDD8384) is unknown color: approx Carissma. HEX triplet: DD, 83 and 84. RGB value is (221,131,132). Sum of RGB (Red+Green+Blue) = 221+131+132=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 132 (51.95% from 255 or 27.27% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8384 is #227C7B. Grayscale: #9E9E9E. Windows color (decimal): -2260092 or 8684509. OLE color: 8684509.

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

Color convert

RGB221131132-
CMYK00.410.400.13
HSL359.33º56.96%69.02%-
HSV(B)359.33º40.72%86.67%-
XYZ42.133.2726.03-
YUV158.02113.32172.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.66%
GREEN value IS 131 (51.56% from 255) = 27.07%
BLUE value IS 132 (51.95% from 255) = 27.27%
R=45.66%
G=27.07%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113113200.410.400.13359.3356.9669.02
HexDD838402928D1673945
Octal335203204051501554771105
Binary110111011000001110000100010100110100011011011001111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8384; }

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

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

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

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

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

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

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

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