#DA8290

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

Shades of Carissma #DA8290

Tints of Carissma #DA8290

Color information

#DA8290 (or 0xDA8290) is unknown color: approx Carissma. HEX triplet: DA, 82 and 90. RGB value is (218,130,144). Sum of RGB (Red+Green+Blue) = 218+130+144=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8290 is #257D6F. Grayscale: #9D9D9D. Windows color (decimal): -2456944 or 9470682. OLE color: 9470682.

HSL color Cylindrical-coordinate representation of color #DA8290: hue angle of 350.45º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA8290 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB218130144-
CMYK00.400.340.15
HSL350.45º54.32%68.24%-
HSV(B)350.45º40.37%85.49%-
XYZ41.9332.8830.52-
YUV157.91120.15170.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.31%
GREEN value IS 130 (51.17% from 255) = 26.42%
BLUE value IS 144 (56.64% from 255) = 29.27%
R=44.31%
G=26.42%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813014400.400.340.15350.4554.3268.24
HexDA829002822F15e3644
Octal332202220050421753666104
Binary110110101000001010010000010100010001011111010111101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8290; }

 p { color: rgb(218,130,144); }

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

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

 a { background-color: rgb(218,130,144); }

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

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

 span { border-color: rgb(218,130,144); }

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