#DB7D90

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

Shades of Carissma #DB7D90

Tints of Carissma #DB7D90

Color information

#DB7D90 (or 0xDB7D90) is unknown color: approx Carissma. HEX triplet: DB, 7D and 90. RGB value is (219,125,144). Sum of RGB (Red+Green+Blue) = 219+125+144=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7D90 is #24826F. Grayscale: #9B9B9B. Windows color (decimal): -2392688 or 9469403. OLE color: 9469403.

HSL color Cylindrical-coordinate representation of color #DB7D90: hue angle of 347.87º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7D90 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB219125144-
CMYK00.430.340.14
HSL347.87º56.63%67.45%-
HSV(B)347.87º42.92%85.88%-
XYZ41.5831.7430.32-
YUV155.27121.64173.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.88%
GREEN value IS 125 (49.22% from 255) = 25.61%
BLUE value IS 144 (56.64% from 255) = 29.51%
R=44.88%
G=25.61%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912514400.430.340.14347.8756.6367.45
HexDB7D9002B22E15c3943
Octal333175220053421653471103
Binary11011011111110110010000010101110001011101010111001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7D90; }

 p { color: rgb(219,125,144); }

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

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

 a { background-color: rgb(219,125,144); }

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

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

 span { border-color: rgb(219,125,144); }

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