#DB7D95

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

Shades of Carissma #DB7D95

Tints of Carissma #DB7D95

Color information

#DB7D95 (or 0xDB7D95) is unknown color: approx Carissma. HEX triplet: DB, 7D and 95. RGB value is (219,125,149). Sum of RGB (Red+Green+Blue) = 219+125+149=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7D95 is #24826A. Grayscale: #9B9B9B. Windows color (decimal): -2392683 or 9797083. OLE color: 9797083.

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

Color convert

RGB219125149-
CMYK00.430.320.14
HSL344.68º56.63%67.45%-
HSV(B)344.68º42.92%85.88%-
XYZ41.9731.932.38-
YUV155.84124.14173.05-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.42%
GREEN value IS 125 (49.22% from 255) = 25.35%
BLUE value IS 149 (58.59% from 255) = 30.22%
R=44.42%
G=25.35%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912514900.430.320.14344.6856.6367.45
HexDB7D9502B20E1593943
Octal333175225053401653171103
Binary11011011111110110010101010101110000011101010110011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7D95; }

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

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

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

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

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

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

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

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