#DA7D8E

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

Shades of Carissma #DA7D8E

Tints of Carissma #DA7D8E

Color information

#DA7D8E (or 0xDA7D8E) is unknown color: approx Carissma. HEX triplet: DA, 7D and 8E. RGB value is (218,125,142). Sum of RGB (Red+Green+Blue) = 218+125+142=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7D8E is #258271. Grayscale: #9A9A9A. Windows color (decimal): -2458226 or 9338330. OLE color: 9338330.

HSL color Cylindrical-coordinate representation of color #DA7D8E: hue angle of 349.03º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA7D8E is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB218125142-
CMYK00.430.350.15
HSL349.03º55.69%67.25%-
HSV(B)349.03º42.66%85.49%-
XYZ41.1331.5329.51-
YUV154.74120.81173.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.95%
GREEN value IS 125 (49.22% from 255) = 25.77%
BLUE value IS 142 (55.86% from 255) = 29.28%
R=44.95%
G=25.77%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812514200.430.350.15349.0355.6967.25
HexDA7D8E02B23F15d3843
Octal332175216053431753570103
Binary11011010111110110001110010101110001111111010111011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7D8E; }

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

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

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

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

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

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

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

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