Html Css Color HEX #DB8097 Carissma

📋 copy color: '#DB8097'

red 219 ◦ green 128 ◦ blue 151

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

Shades of Carissma #DB8097

Tints of Carissma #DB8097

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.7%

 BLUE value IS 151 (59.38% from 255) = 30.32%

R = 43.98%
G = 25.7%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB8097 (or 0xDB8097) is known color: Carissma. HEX triplet: DB, 80 and 97. RGB value is (219,128,151). Sum of RGB (Red+Green+Blue) = 219+128+151=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 151 (59.38% from 255 or 30.32% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8097 is #247F68. Grayscale: #9D9D9D. Windows color (decimal): -2391913 or 9928923. OLE color: 9928923.

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

Color convert

RGB 219 128 151 -
CMYK 0 0.42 0.31 0.14
HSL 344.84º 0.56% 0.68% -
HSV(B) 344.84º 0.42% 0.86% -
XYZ 42.52 32.73 33.36 -
YUV 157.83 124.15 171.63 -
System Red Green Blue C M Y K H S L
Decimal 219 128 151 0 0.42 0.31 0.14 344.84 0.56 0.68
Hex DB 80 97 0 2A 1F E 159 38 44
Octal 333 200 227 0 52 37 16 531 70 104
Binary 11011011 10000000 10010111 0 101010 11111 1110 101011001 111000 1000100

Color Harmonies of #DB8097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8097

Black with #DB8097

Text Example


Text Example

White with #DB8097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8097; }

 p { color: rgb(219,128,151); }

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

background-color css

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

 a { background-color: rgb(219,128,151); }

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

border-color css

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

 span { border-color: rgb(219,128,151); }

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