#DB7E9B

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

Shades of Carissma #DB7E9B

Tints of Carissma #DB7E9B

Color information

#DB7E9B (or 0xDB7E9B) is unknown color: approx Carissma. HEX triplet: DB, 7E and 9B. RGB value is (219,126,155). Sum of RGB (Red+Green+Blue) = 219+126+155=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7E9B is #248164. Grayscale: #9D9D9D. Windows color (decimal): -2392421 or 10190555. OLE color: 10190555.

HSL color Cylindrical-coordinate representation of color #DB7E9B: hue angle of 341.29º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB7E9B is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB219126155-
CMYK00.420.290.14
HSL341.29º56.36%67.65%-
HSV(B)341.29º42.47%85.88%-
XYZ42.5932.3535.01-
YUV157.11126.81172.14-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.8%
GREEN value IS 126 (49.61% from 255) = 25.2%
BLUE value IS 155 (60.94% from 255) = 31%
R=43.8%
G=25.2%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912615500.420.290.14341.2956.3667.65
HexDB7E9B02A1DE1553844
Octal333176233052351652570104
Binary1101101111111101001101101010101110111101010101011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7E9B; }

 p { color: rgb(219,126,155); }

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

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

 a { background-color: rgb(219,126,155); }

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

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

 span { border-color: rgb(219,126,155); }

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