#DA808C

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

Shades of Carissma #DA808C

Tints of Carissma #DA808C

Color information

#DA808C (or 0xDA808C) is unknown color: approx Carissma. HEX triplet: DA, 80 and 8C. RGB value is (218,128,140). Sum of RGB (Red+Green+Blue) = 218+128+140=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA808C is #257F73. Grayscale: #9C9C9C. Windows color (decimal): -2457460 or 9208026. OLE color: 9208026.

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

Color convert

RGB218128140-
CMYK00.410.360.15
HSL352º54.88%67.84%-
HSV(B)352º41.28%85.49%-
XYZ41.3732.2428.85-
YUV156.28118.82172.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.86%
GREEN value IS 128 (50.39% from 255) = 26.34%
BLUE value IS 140 (55.08% from 255) = 28.81%
R=44.86%
G=26.34%
B=28.81%

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
Decimal21812814000.410.360.1535254.8867.84
HexDA808C02924F1603744
Octal332200214051441754067104
Binary110110101000000010001100010100110010011111011000001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA808C; }

 p { color: rgb(218,128,140); }

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

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

 a { background-color: rgb(218,128,140); }

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

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

 span { border-color: rgb(218,128,140); }

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