Html Css Color HEX #DB8098 Carissma

📋 copy color: '#DB8098'

red 219 ◦ green 128 ◦ blue 152

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

Shades of Carissma #DB8098

Tints of Carissma #DB8098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 30.46%

R = 43.89%
G = 25.65%
B = 30.46%

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

#DB8098 (or 0xDB8098) is known color: Carissma. HEX triplet: DB, 80 and 98. RGB value is (219,128,152). Sum of RGB (Red+Green+Blue) = 219+128+152=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 152 (59.77% from 255 or 30.46% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8098 is #247F67. Grayscale: #9D9D9D. Windows color (decimal): -2391912 or 9994459. OLE color: 9994459.

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

Color convert

RGB 219 128 152 -
CMYK 0 0.42 0.31 0.14
HSL 344.18º 0.56% 0.68% -
HSV(B) 344.18º 0.42% 0.86% -
XYZ 42.6 32.77 33.78 -
YUV 157.95 124.65 171.55 -
System Red Green Blue C M Y K H S L
Decimal 219 128 152 0 0.42 0.31 0.14 344.18 0.56 0.68
Hex DB 80 98 0 2A 1F E 158 38 44
Octal 333 200 230 0 52 37 16 530 70 104
Binary 11011011 10000000 10011000 0 101010 11111 1110 101011000 111000 1000100

Color Harmonies of #DB8098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8098

Black with #DB8098

Text Example


Text Example

White with #DB8098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8098; }

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

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

background-color css

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

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

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

border-color css

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

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

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