#DA7F8B

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

Shades of Carissma #DA7F8B

Tints of Carissma #DA7F8B

Color information

#DA7F8B (or 0xDA7F8B) is unknown color: approx Carissma. HEX triplet: DA, 7F and 8B. RGB value is (218,127,139). Sum of RGB (Red+Green+Blue) = 218+127+139=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7F8B is #258074. Grayscale: #9B9B9B. Windows color (decimal): -2457717 or 9142234. OLE color: 9142234.

HSL color Cylindrical-coordinate representation of color #DA7F8B: hue angle of 352.09º 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 #DA7F8B is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB218127139-
CMYK00.420.360.15
HSL352.09º55.15%67.65%-
HSV(B)352.09º41.74%85.49%-
XYZ41.1631.9528.42-
YUV155.58118.65172.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.04%
GREEN value IS 127 (50% from 255) = 26.24%
BLUE value IS 139 (54.69% from 255) = 28.72%
R=45.04%
G=26.24%
B=28.72%

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
Decimal21812713900.420.360.15352.0955.1567.65
HexDA7F8B02A24F1603744
Octal332177213052441754067104
Binary11011010111111110001011010101010010011111011000001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7F8B; }

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

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

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

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

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

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

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

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