#DA7D8F

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

Shades of Carissma #DA7D8F

Tints of Carissma #DA7D8F

Color information

#DA7D8F (or 0xDA7D8F) is unknown color: approx Carissma. HEX triplet: DA, 7D and 8F. RGB value is (218,125,143). Sum of RGB (Red+Green+Blue) = 218+125+143=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 143 (56.25% from 255 or 29.42% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7D8F is #258270. Grayscale: #9A9A9A. Windows color (decimal): -2458225 or 9403866. OLE color: 9403866.

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

Color convert

RGB218125143-
CMYK00.430.340.15
HSL348.39º55.69%67.25%-
HSV(B)348.39º42.66%85.49%-
XYZ41.231.5629.91-
YUV154.86121.31173.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.86%
GREEN value IS 125 (49.22% from 255) = 25.72%
BLUE value IS 143 (56.25% from 255) = 29.42%
R=44.86%
G=25.72%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812514300.430.340.15348.3955.6967.25
HexDA7D8F02B22F15c3843
Octal332175217053421753470103
Binary11011010111110110001111010101110001011111010111001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7D8F; }

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

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

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

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

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

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

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

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