Html Css Color HEX #DB808A Carissma

📋 copy color: '#DB808A'

red 219 ◦ green 128 ◦ blue 138

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

Shades of Carissma #DB808A

Tints of Carissma #DB808A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.45%

R = 45.15%
G = 26.39%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB808A (or 0xDB808A) is known color: Carissma. HEX triplet: DB, 80 and 8A. RGB value is (219,128,138). Sum of RGB (Red+Green+Blue) = 219+128+138=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB808A is #247F75. Grayscale: #9C9C9C. Windows color (decimal): -2391926 or 9076955. OLE color: 9076955.

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

Color convert

RGB 219 128 138 -
CMYK 0 0.42 0.37 0.14
HSL 353.41º 0.56% 0.68% -
HSV(B) 353.41º 0.42% 0.86% -
XYZ 41.52 32.33 28.1 -
YUV 156.35 117.65 172.69 -
System Red Green Blue C M Y K H S L
Decimal 219 128 138 0 0.42 0.37 0.14 353.41 0.56 0.68
Hex DB 80 8A 0 2A 25 E 161 38 44
Octal 333 200 212 0 52 45 16 541 70 104
Binary 11011011 10000000 10001010 0 101010 100101 1110 101100001 111000 1000100

Color Harmonies of #DB808A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB808A

Black with #DB808A

Text Example


Text Example

White with #DB808A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB808A; }

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

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

background-color css

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

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

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

border-color css

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

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

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