Html Css Color HEX #DB8294 Carissma

📋 copy color: '#DB8294'

red 219 ◦ green 130 ◦ blue 148

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

Shades of Carissma #DB8294

Tints of Carissma #DB8294

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.16%

 BLUE value IS 148 (58.2% from 255) = 29.78%

R = 44.06%
G = 26.16%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB8294 (or 0xDB8294) is known color: Carissma. HEX triplet: DB, 82 and 94. RGB value is (219,130,148). Sum of RGB (Red+Green+Blue) = 219+130+148=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8294 is #247D6B. Grayscale: #9E9E9E. Windows color (decimal): -2391404 or 9732827. OLE color: 9732827.

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

Color convert

RGB 219 130 148 -
CMYK 0 0.41 0.32 0.14
HSL 347.87º 0.55% 0.68% -
HSV(B) 347.87º 0.41% 0.86% -
XYZ 42.54 33.16 32.18 -
YUV 158.66 121.99 171.04 -
System Red Green Blue C M Y K H S L
Decimal 219 130 148 0 0.41 0.32 0.14 347.87 0.55 0.68
Hex DB 82 94 0 29 20 E 15C 37 44
Octal 333 202 224 0 51 40 16 534 67 104
Binary 11011011 10000010 10010100 0 101001 100000 1110 101011100 110111 1000100

Color Harmonies of #DB8294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8294

Black with #DB8294

Text Example


Text Example

White with #DB8294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8294; }

 p { color: rgb(219,130,148); }

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

background-color css

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

 a { background-color: rgb(219,130,148); }

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

border-color css

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

 span { border-color: rgb(219,130,148); }

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