#DA818D

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

Shades of Carissma #DA818D

Tints of Carissma #DA818D

Color information

#DA818D (or 0xDA818D) is unknown color: approx Carissma. HEX triplet: DA, 81 and 8D. RGB value is (218,129,141). Sum of RGB (Red+Green+Blue) = 218+129+141=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA818D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA818D is #257E72. Grayscale: #9D9D9D. Windows color (decimal): -2457203 or 9273818. OLE color: 9273818.

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

Color convert

RGB218129141-
CMYK00.410.350.15
HSL351.91º54.6%68.04%-
HSV(B)351.91º40.83%85.49%-
XYZ41.5732.5329.29-
YUV156.98118.99171.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.67%
GREEN value IS 129 (50.78% from 255) = 26.43%
BLUE value IS 141 (55.47% from 255) = 28.89%
R=44.67%
G=26.43%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812914100.410.350.15351.9154.668.04
HexDA818D02923F1603744
Octal332201215051431754067104
Binary110110101000000110001101010100110001111111011000001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA818D; }

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

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

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

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

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

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

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

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