#DA828D

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

Shades of Carissma #DA828D

Tints of Carissma #DA828D

Color information

#DA828D (or 0xDA828D) is unknown color: approx Carissma. HEX triplet: DA, 82 and 8D. RGB value is (218,130,141). Sum of RGB (Red+Green+Blue) = 218+130+141=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DA828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA828D is #257D72. Grayscale: #9D9D9D. Windows color (decimal): -2456947 or 9274074. OLE color: 9274074.

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

Color convert

RGB218130141-
CMYK00.400.350.15
HSL352.5º54.32%68.24%-
HSV(B)352.5º40.37%85.49%-
XYZ41.732.7929.33-
YUV157.57118.65171.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.58%
GREEN value IS 130 (51.17% from 255) = 26.58%
BLUE value IS 141 (55.47% from 255) = 28.83%
R=44.58%
G=26.58%
B=28.83%

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
Decimal21813014100.400.350.15352.554.3268.24
HexDA828D02823F1603644
Octal332202215050431754066104
Binary110110101000001010001101010100010001111111011000001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA828D; }

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

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

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

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

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

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

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

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