#DF81A2

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

Shades of Carissma #DF81A2

Tints of Carissma #DF81A2

Color information

#DF81A2 (or 0xDF81A2) is unknown color: approx Carissma. HEX triplet: DF, 81 and A2. RGB value is (223,129,162). Sum of RGB (Red+Green+Blue) = 223+129+162=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 129 (50.78% from 255 or 25.10% from 514); Blue value is 162 (63.67% from 255 or 31.52% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DF81A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF81A2 is #207E5D. Grayscale: #A0A0A0. Windows color (decimal): -2129502 or 10650079. OLE color: 10650079.

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

Color convert

RGB223129162-
CMYK00.420.270.13
HSL338.94º59.49%69.02%-
HSV(B)338.94º42.15%87.45%-
XYZ44.83438.38-
YUV160.87128.64172.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.39%
GREEN value IS 129 (50.78% from 255) = 25.10%
BLUE value IS 162 (63.67% from 255) = 31.52%
R=43.39%
G=25.10%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312916200.420.270.13338.9459.4969.02
HexDF81A202A1BD1533b45
Octal337201242052331552373105
Binary11011111100000011010001001010101101111011010100111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF81A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF81A2; }

 p { color: rgb(223,129,162); }

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

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

 a { background-color: rgb(223,129,162); }

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

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

 span { border-color: rgb(223,129,162); }

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