#DD818E

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

Shades of Carissma #DD818E

Tints of Carissma #DD818E

Color information

#DD818E (or 0xDD818E) is unknown color: approx Carissma. HEX triplet: DD, 81 and 8E. RGB value is (221,129,142). Sum of RGB (Red+Green+Blue) = 221+129+142=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD818E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD818E is #227E71. Grayscale: #9E9E9E. Windows color (decimal): -2260594 or 9339357. OLE color: 9339357.

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

Color convert

RGB221129142-
CMYK00.420.360.13
HSL351.52º57.5%68.63%-
HSV(B)351.52º41.63%86.67%-
XYZ42.5533.0329.72-
YUV157.99118.98172.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.92%
GREEN value IS 129 (50.78% from 255) = 26.22%
BLUE value IS 142 (55.86% from 255) = 28.86%
R=44.92%
G=26.22%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112914200.420.360.13351.5257.568.63
HexDD818E02A24D1603a45
Octal335201216052441554072105
Binary110111011000000110001110010101010010011011011000001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD818E; }

 p { color: rgb(221,129,142); }

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

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

 a { background-color: rgb(221,129,142); }

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

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

 span { border-color: rgb(221,129,142); }

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