#DD839E

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

Shades of Carissma #DD839E

Tints of Carissma #DD839E

Color information

#DD839E (or 0xDD839E) is unknown color: approx Carissma. HEX triplet: DD, 83 and 9E. RGB value is (221,131,158). Sum of RGB (Red+Green+Blue) = 221+131+158=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 131 (51.56% from 255 or 25.69% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD839E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD839E is #227C61. Grayscale: #A0A0A0. Windows color (decimal): -2260066 or 10388445. OLE color: 10388445.

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

Color convert

RGB221131158-
CMYK00.410.290.13
HSL342º56.96%69.02%-
HSV(B)342º40.72%86.67%-
XYZ44.1134.0736.6-
YUV160.99126.32170.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.33%
GREEN value IS 131 (51.56% from 255) = 25.69%
BLUE value IS 158 (62.11% from 255) = 30.98%
R=43.33%
G=25.69%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113115800.410.290.1334256.9669.02
HexDD839E0291DD1563945
Octal335203236051351552671105
Binary11011101100000111001111001010011110111011010101101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD839E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD839E; }

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

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

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

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

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

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

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

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