#DA818B

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

Shades of Carissma #DA818B

Tints of Carissma #DA818B

Color information

#DA818B (or 0xDA818B) is unknown color: approx Carissma. HEX triplet: DA, 81 and 8B. RGB value is (218,129,139). Sum of RGB (Red+Green+Blue) = 218+129+139=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA818B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA818B is #257E74. Grayscale: #9C9C9C. Windows color (decimal): -2457205 or 9142746. OLE color: 9142746.

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

Color convert

RGB218129139-
CMYK00.410.360.15
HSL353.26º54.6%68.04%-
HSV(B)353.26º40.83%85.49%-
XYZ41.4232.4728.51-
YUV156.75117.99171.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.86%
GREEN value IS 129 (50.78% from 255) = 26.54%
BLUE value IS 139 (54.69% from 255) = 28.60%
R=44.86%
G=26.54%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812913900.410.360.15353.2654.668.04
HexDA818B02924F1613744
Octal332201213051441754167104
Binary110110101000000110001011010100110010011111011000011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA818B; }

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

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

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

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

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

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

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

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