#DF8B9B

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

Shades of Carissma #DF8B9B

Tints of Carissma #DF8B9B

Color information

#DF8B9B (or 0xDF8B9B) is unknown color: approx Carissma. HEX triplet: DF, 8B and 9B. RGB value is (223,139,155). Sum of RGB (Red+Green+Blue) = 223+139+155=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 155 (60.94% from 255 or 29.98% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8B9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8B9B is #207464. Grayscale: #A5A5A5. Windows color (decimal): -2126949 or 10193887. OLE color: 10193887.

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

Color convert

RGB223139155-
CMYK00.380.300.13
HSL348.57º56.76%70.98%-
HSV(B)348.57º37.67%87.45%-
XYZ45.5836.5235.66-
YUV165.94121.83168.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.13%
GREEN value IS 139 (54.69% from 255) = 26.89%
BLUE value IS 155 (60.94% from 255) = 29.98%
R=43.13%
G=26.89%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313915500.380.300.13348.5756.7670.98
HexDF8B9B0261ED15d3947
Octal337213233046361553571107
Binary11011111100010111001101101001101111011011010111011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8B9B; }

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

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

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

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

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

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

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

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