#DA8293

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

Shades of Carissma #DA8293

Tints of Carissma #DA8293

Color information

#DA8293 (or 0xDA8293) is unknown color: approx Carissma. HEX triplet: DA, 82 and 93. RGB value is (218,130,147). Sum of RGB (Red+Green+Blue) = 218+130+147=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8293 is #257D6C. Grayscale: #9E9E9E. Windows color (decimal): -2456941 or 9667290. OLE color: 9667290.

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

Color convert

RGB218130147-
CMYK00.400.330.15
HSL348.41º54.32%68.24%-
HSV(B)348.41º40.37%85.49%-
XYZ42.1632.9831.75-
YUV158.25121.65170.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.04%
GREEN value IS 130 (51.17% from 255) = 26.26%
BLUE value IS 147 (57.81% from 255) = 29.70%
R=44.04%
G=26.26%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813014700.400.330.15348.4154.3268.24
HexDA829302821F15c3644
Octal332202223050411753466104
Binary110110101000001010010011010100010000111111010111001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8293; }

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

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

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

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

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

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

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

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