#DA808D

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

Shades of Carissma #DA808D

Tints of Carissma #DA808D

Color information

#DA808D (or 0xDA808D) is unknown color: approx Carissma. HEX triplet: DA, 80 and 8D. RGB value is (218,128,141). Sum of RGB (Red+Green+Blue) = 218+128+141=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DA808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA808D is #257F72. Grayscale: #9C9C9C. Windows color (decimal): -2457459 or 9273562. OLE color: 9273562.

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

Color convert

RGB218128141-
CMYK00.410.350.15
HSL351.33º54.88%67.84%-
HSV(B)351.33º41.28%85.49%-
XYZ41.4432.2729.24-
YUV156.39119.32171.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.76%
GREEN value IS 128 (50.39% from 255) = 26.28%
BLUE value IS 141 (55.47% from 255) = 28.95%
R=44.76%
G=26.28%
B=28.95%

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
Decimal21812814100.410.350.15351.3354.8867.84
HexDA808D02923F15f3744
Octal332200215051431753767104
Binary110110101000000010001101010100110001111111010111111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA808D; }

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

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

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

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

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

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

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

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