#DA838E

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

Shades of Carissma #DA838E

Tints of Carissma #DA838E

Color information

#DA838E (or 0xDA838E) is unknown color: approx Carissma. HEX triplet: DA, 83 and 8E. RGB value is (218,131,142). Sum of RGB (Red+Green+Blue) = 218+131+142=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA838E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA838E is #257C71. Grayscale: #9E9E9E. Windows color (decimal): -2456690 or 9339866. OLE color: 9339866.

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

Color convert

RGB218131142-
CMYK00.400.350.15
HSL352.41º54.04%68.43%-
HSV(B)352.41º39.91%85.49%-
XYZ41.9133.0929.77-
YUV158.27118.82170.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.40%
GREEN value IS 131 (51.56% from 255) = 26.68%
BLUE value IS 142 (55.86% from 255) = 28.92%
R=44.40%
G=26.68%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813114200.400.350.15352.4154.0468.43
HexDA838E02823F1603644
Octal332203216050431754066104
Binary110110101000001110001110010100010001111111011000001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA838E; }

 p { color: rgb(218,131,142); }

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

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

 a { background-color: rgb(218,131,142); }

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

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

 span { border-color: rgb(218,131,142); }

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