#DA7D92

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

Shades of Carissma #DA7D92

Tints of Carissma #DA7D92

Color information

#DA7D92 (or 0xDA7D92) is unknown color: approx Carissma. HEX triplet: DA, 7D and 92. RGB value is (218,125,146). Sum of RGB (Red+Green+Blue) = 218+125+146=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7D92 is #25826D. Grayscale: #9B9B9B. Windows color (decimal): -2458222 or 9600474. OLE color: 9600474.

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

Color convert

RGB218125146-
CMYK00.430.330.15
HSL346.45º55.69%67.25%-
HSV(B)346.45º42.66%85.49%-
XYZ41.4431.6531.12-
YUV155.2122.81172.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.58%
GREEN value IS 125 (49.22% from 255) = 25.56%
BLUE value IS 146 (57.42% from 255) = 29.86%
R=44.58%
G=25.56%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812514600.430.330.15346.4555.6967.25
HexDA7D9202B21F15a3843
Octal332175222053411753270103
Binary11011010111110110010010010101110000111111010110101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7D92; }

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

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

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

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

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

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

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

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