#DB7D8E

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

Shades of Carissma #DB7D8E

Tints of Carissma #DB7D8E

Color information

#DB7D8E (or 0xDB7D8E) is unknown color: approx Carissma. HEX triplet: DB, 7D and 8E. RGB value is (219,125,142). Sum of RGB (Red+Green+Blue) = 219+125+142=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7D8E is #248271. Grayscale: #9B9B9B. Windows color (decimal): -2392690 or 9338331. OLE color: 9338331.

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

Color convert

RGB219125142-
CMYK00.430.350.14
HSL349.15º56.63%67.45%-
HSV(B)349.15º42.92%85.88%-
XYZ41.4331.6829.52-
YUV155.04120.64173.62-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.06%
GREEN value IS 125 (49.22% from 255) = 25.72%
BLUE value IS 142 (55.86% from 255) = 29.22%
R=45.06%
G=25.72%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912514200.430.350.14349.1556.6367.45
HexDB7D8E02B23E15d3943
Octal333175216053431653571103
Binary11011011111110110001110010101110001111101010111011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7D8E; }

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

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

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

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

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

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

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

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