#DA7F8C

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

Shades of Carissma #DA7F8C

Tints of Carissma #DA7F8C

Color information

#DA7F8C (or 0xDA7F8C) is unknown color: approx Carissma. HEX triplet: DA, 7F and 8C. RGB value is (218,127,140). Sum of RGB (Red+Green+Blue) = 218+127+140=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7F8C is #258073. Grayscale: #9B9B9B. Windows color (decimal): -2457716 or 9207770. OLE color: 9207770.

HSL color Cylindrical-coordinate representation of color #DA7F8C: hue angle of 351.43º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA7F8C is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB218127140-
CMYK00.420.360.15
HSL351.43º55.15%67.65%-
HSV(B)351.43º41.74%85.49%-
XYZ41.2431.9828.81-
YUV155.69119.15172.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.95%
GREEN value IS 127 (50% from 255) = 26.19%
BLUE value IS 140 (55.08% from 255) = 28.87%
R=44.95%
G=26.19%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812714000.420.360.15351.4355.1567.65
HexDA7F8C02A24F15f3744
Octal332177214052441753767104
Binary11011010111111110001100010101010010011111010111111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7F8C; }

 p { color: rgb(218,127,140); }

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

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

 a { background-color: rgb(218,127,140); }

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

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

 span { border-color: rgb(218,127,140); }

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