#DA838D

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

Shades of Carissma #DA838D

Tints of Carissma #DA838D

Color information

#DA838D (or 0xDA838D) is unknown color: approx Carissma. HEX triplet: DA, 83 and 8D. RGB value is (218,131,141). Sum of RGB (Red+Green+Blue) = 218+131+141=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DA838D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA838D is #257C72. Grayscale: #9E9E9E. Windows color (decimal): -2456691 or 9274330. OLE color: 9274330.

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

Color convert

RGB218131141-
CMYK00.400.350.15
HSL353.1º54.04%68.43%-
HSV(B)353.1º39.91%85.49%-
XYZ41.8433.0629.38-
YUV158.15118.32170.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.49%
GREEN value IS 131 (51.56% from 255) = 26.73%
BLUE value IS 141 (55.47% from 255) = 28.78%
R=44.49%
G=26.73%
B=28.78%

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
Decimal21813114100.400.350.15353.154.0468.43
HexDA838D02823F1613644
Octal332203215050431754166104
Binary110110101000001110001101010100010001111111011000011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA838D; }

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

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

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

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

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

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

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

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