Html Css Color HEX #DB8289 Carissma

📋 copy color: '#DB8289'

red 219 ◦ green 130 ◦ blue 137

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

Shades of Carissma #DB8289

Tints of Carissma #DB8289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 28.19%

R = 45.06%
G = 26.75%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB8289 (or 0xDB8289) is known color: Carissma. HEX triplet: DB, 82 and 89. RGB value is (219,130,137). Sum of RGB (Red+Green+Blue) = 219+130+137=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8289 is #247D76. Grayscale: #9D9D9D. Windows color (decimal): -2391415 or 9011931. OLE color: 9011931.

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

Color convert

RGB 219 130 137 -
CMYK 0 0.41 0.37 0.14
HSL 355.28º 0.55% 0.68% -
HSV(B) 355.28º 0.41% 0.86% -
XYZ 41.71 32.83 27.81 -
YUV 157.41 116.49 171.93 -
System Red Green Blue C M Y K H S L
Decimal 219 130 137 0 0.41 0.37 0.14 355.28 0.55 0.68
Hex DB 82 89 0 29 25 E 163 37 44
Octal 333 202 211 0 51 45 16 543 67 104
Binary 11011011 10000010 10001001 0 101001 100101 1110 101100011 110111 1000100

Color Harmonies of #DB8289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8289

Black with #DB8289

Text Example


Text Example

White with #DB8289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8289; }

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

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

background-color css

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

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

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

border-color css

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

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

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