#DF7D8B

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

Shades of Carissma #DF7D8B

Tints of Carissma #DF7D8B

Color information

#DF7D8B (or 0xDF7D8B) is unknown color: approx Carissma. HEX triplet: DF, 7D and 8B. RGB value is (223,125,139). Sum of RGB (Red+Green+Blue) = 223+125+139=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7D8B is #208274. Grayscale: #9B9B9B. Windows color (decimal): -2130549 or 9141727. OLE color: 9141727.

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

Color convert

RGB223125139-
CMYK00.440.380.13
HSL351.43º60.49%68.24%-
HSV(B)351.43º43.95%87.45%-
XYZ42.4332.2228.41-
YUV155.9118.47175.86-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.79%
GREEN value IS 125 (49.22% from 255) = 25.67%
BLUE value IS 139 (54.69% from 255) = 28.54%
R=45.79%
G=25.67%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312513900.440.380.13351.4360.4968.24
HexDF7D8B02C26D15f3c44
Octal337175213054461553774104
Binary11011111111110110001011010110010011011011010111111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7D8B; }

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

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

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

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

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

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

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

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