#DF83A1

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

Shades of Carissma #DF83A1

Tints of Carissma #DF83A1

Color information

#DF83A1 (or 0xDF83A1) is unknown color: approx Carissma. HEX triplet: DF, 83 and A1. RGB value is (223,131,161). Sum of RGB (Red+Green+Blue) = 223+131+161=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 161 (63.28% from 255 or 31.26% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DF83A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF83A1 is #207C5E. Grayscale: #A1A1A1. Windows color (decimal): -2128991 or 10585055. OLE color: 10585055.

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

Color convert

RGB223131161-
CMYK00.410.280.13
HSL340.43º58.97%69.41%-
HSV(B)340.43º41.26%87.45%-
XYZ44.9834.4938.01-
YUV161.93127.48171.56-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.30%
GREEN value IS 131 (51.56% from 255) = 25.44%
BLUE value IS 161 (63.28% from 255) = 31.26%
R=43.30%
G=25.44%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313116100.410.280.13340.4358.9769.41
HexDF83A10291CD1543b45
Octal337203241051341552473105
Binary11011111100000111010000101010011110011011010101001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF83A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF83A1; }

 p { color: rgb(223,131,161); }

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

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

 a { background-color: rgb(223,131,161); }

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

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

 span { border-color: rgb(223,131,161); }

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