#DD819E

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

Shades of Carissma #DD819E

Tints of Carissma #DD819E

Color information

#DD819E (or 0xDD819E) is unknown color: approx Carissma. HEX triplet: DD, 81 and 9E. RGB value is (221,129,158). Sum of RGB (Red+Green+Blue) = 221+129+158=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD819E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD819E is #227E61. Grayscale: #9F9F9F. Windows color (decimal): -2260578 or 10387933. OLE color: 10387933.

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

Color convert

RGB221129158-
CMYK00.420.290.13
HSL341.09º57.5%68.63%-
HSV(B)341.09º41.63%86.67%-
XYZ43.8433.5436.51-
YUV159.81126.98171.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.50%
GREEN value IS 129 (50.78% from 255) = 25.39%
BLUE value IS 158 (62.11% from 255) = 31.10%
R=43.50%
G=25.39%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112915800.420.290.13341.0957.568.63
HexDD819E02A1DD1553a45
Octal335201236052351552572105
Binary11011101100000011001111001010101110111011010101011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD819E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD819E; }

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

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

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

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

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

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

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

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