Html Css Color HEX #DB8083 Carissma

📋 copy color: '#DB8083'

red 219 ◦ green 128 ◦ blue 131

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

Shades of Carissma #DB8083

Tints of Carissma #DB8083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.41%

R = 45.82%
G = 26.78%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DB8083 (or 0xDB8083) is known color: Carissma. HEX triplet: DB, 80 and 83. RGB value is (219,128,131). Sum of RGB (Red+Green+Blue) = 219+128+131=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 131 (51.56% from 255 or 27.41% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8083 is #247F7C. Grayscale: #9B9B9B. Windows color (decimal): -2391933 or 8618203. OLE color: 8618203.

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

Color convert

RGB 219 128 131 -
CMYK 0 0.42 0.40 0.14
HSL 358.02º 0.56% 0.68% -
HSV(B) 358.02º 0.42% 0.86% -
XYZ 41.03 32.14 25.51 -
YUV 155.55 114.15 173.26 -
System Red Green Blue C M Y K H S L
Decimal 219 128 131 0 0.42 0.40 0.14 358.02 0.56 0.68
Hex DB 80 83 0 2A 28 E 166 38 44
Octal 333 200 203 0 52 50 16 546 70 104
Binary 11011011 10000000 10000011 0 101010 101000 1110 101100110 111000 1000100

Color Harmonies of #DB8083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8083

Black with #DB8083

Text Example


Text Example

White with #DB8083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8083; }

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

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

background-color css

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

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

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

border-color css

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

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

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