#DF838B

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

Shades of Carissma #DF838B

Tints of Carissma #DF838B

Color information

#DF838B (or 0xDF838B) is unknown color: approx Carissma. HEX triplet: DF, 83 and 8B. RGB value is (223,131,139). Sum of RGB (Red+Green+Blue) = 223+131+139=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF838B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF838B is #207C74. Grayscale: #9F9F9F. Windows color (decimal): -2129013 or 9143263. OLE color: 9143263.

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

Color convert

RGB223131139-
CMYK00.410.380.13
HSL354.78º58.97%69.41%-
HSV(B)354.78º41.26%87.45%-
XYZ43.2133.7828.67-
YUV159.42116.48173.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.23%
GREEN value IS 131 (51.56% from 255) = 26.57%
BLUE value IS 139 (54.69% from 255) = 28.19%
R=45.23%
G=26.57%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313113900.410.380.13354.7858.9769.41
HexDF838B02926D1633b45
Octal337203213051461554373105
Binary110111111000001110001011010100110011011011011000111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF838B; }

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

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

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

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

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

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

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

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