Html Css Color HEX #DB808F Carissma

📋 copy color: '#DB808F'

red 219 ◦ green 128 ◦ blue 143

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

Shades of Carissma #DB808F

Tints of Carissma #DB808F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.18%

R = 44.69%
G = 26.12%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB808F (or 0xDB808F) is known color: Carissma. HEX triplet: DB, 80 and 8F. RGB value is (219,128,143). Sum of RGB (Red+Green+Blue) = 219+128+143=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB808F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB808F is #247F70. Grayscale: #9C9C9C. Windows color (decimal): -2391921 or 9404635. OLE color: 9404635.

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

Color convert

RGB 219 128 143 -
CMYK 0 0.42 0.35 0.14
HSL 350.11º 0.56% 0.68% -
HSV(B) 350.11º 0.42% 0.86% -
XYZ 41.89 32.48 30.05 -
YUV 156.92 120.15 172.28 -
System Red Green Blue C M Y K H S L
Decimal 219 128 143 0 0.42 0.35 0.14 350.11 0.56 0.68
Hex DB 80 8F 0 2A 23 E 15E 38 44
Octal 333 200 217 0 52 43 16 536 70 104
Binary 11011011 10000000 10001111 0 101010 100011 1110 101011110 111000 1000100

Color Harmonies of #DB808F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB808F

Black with #DB808F

Text Example


Text Example

White with #DB808F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB808F; }

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

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

background-color css

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

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

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

border-color css

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

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

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