Html Css Color HEX #DB8595 Carissma

📋 copy color: '#DB8595'

red 219 ◦ green 133 ◦ blue 149

#DB8595
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carissma #DB8595

Tints of Carissma #DB8595

RGB

 RED value IS 219 (85.94% from 255) = 43.71%

 GREEN value IS 133 (52.34% from 255) = 26.55%

 BLUE value IS 149 (58.59% from 255) = 29.74%

R = 43.71%
G = 26.55%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB8595 (or 0xDB8595) is known color: Carissma. HEX triplet: DB, 85 and 95. RGB value is (219,133,149). Sum of RGB (Red+Green+Blue) = 219+133+149=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8595 is #247A6A. Grayscale: #A0A0A0. Windows color (decimal): -2390635 or 9799131. OLE color: 9799131.

HSL color Cylindrical-coordinate representation of color #DB8595: hue angle of 348.84º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB8595 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 133 149 -
CMYK 0 0.39 0.32 0.14
HSL 348.84º 0.54% 0.69% -
HSV(B) 348.84º 0.39% 0.86% -
XYZ 43.03 34.01 32.73 -
YUV 160.54 121.49 169.7 -
System Red Green Blue C M Y K H S L
Decimal 219 133 149 0 0.39 0.32 0.14 348.84 0.54 0.69
Hex DB 85 95 0 27 20 E 15D 36 45
Octal 333 205 225 0 47 40 16 535 66 105
Binary 11011011 10000101 10010101 0 100111 100000 1110 101011101 110110 1000101

Color Harmonies of #DB8595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8595

Black with #DB8595

Text Example


Text Example

White with #DB8595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8595; }

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

 H1.HeaderClassName
 {
   color: #DB8595;
 }
 .AnyTagClassName
 {
   color: #DB8595;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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