#DA828E

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

Shades of Carissma #DA828E

Tints of Carissma #DA828E

Color information

#DA828E (or 0xDA828E) is unknown color: approx Carissma. HEX triplet: DA, 82 and 8E. RGB value is (218,130,142). Sum of RGB (Red+Green+Blue) = 218+130+142=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DA828E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA828E is #257D71. Grayscale: #9D9D9D. Windows color (decimal): -2456946 or 9339610. OLE color: 9339610.

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

Color convert

RGB218130142-
CMYK00.400.350.15
HSL351.82º54.32%68.24%-
HSV(B)351.82º40.37%85.49%-
XYZ41.7832.8229.72-
YUV157.68119.15171.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.49%
GREEN value IS 130 (51.17% from 255) = 26.53%
BLUE value IS 142 (55.86% from 255) = 28.98%
R=44.49%
G=26.53%
B=28.98%

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
Decimal21813014200.400.350.15351.8254.3268.24
HexDA828E02823F1603644
Octal332202216050431754066104
Binary110110101000001010001110010100010001111111011000001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA828E; }

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

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

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

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

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

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

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

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