Html Css Color HEX #DB8087 Carissma

📋 copy color: '#DB8087'

red 219 ◦ green 128 ◦ blue 135

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

Shades of Carissma #DB8087

Tints of Carissma #DB8087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.01%

R = 45.44%
G = 26.56%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB8087 (or 0xDB8087) is known color: Carissma. HEX triplet: DB, 80 and 87. RGB value is (219,128,135). Sum of RGB (Red+Green+Blue) = 219+128+135=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 135 (53.12% from 255 or 28.01% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8087 is #247F78. Grayscale: #9C9C9C. Windows color (decimal): -2391929 or 8880347. OLE color: 8880347.

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

Color convert

RGB 219 128 135 -
CMYK 0 0.42 0.38 0.14
HSL 355.38º 0.56% 0.68% -
HSV(B) 355.38º 0.42% 0.86% -
XYZ 41.31 32.25 26.97 -
YUV 156.01 116.15 172.93 -
System Red Green Blue C M Y K H S L
Decimal 219 128 135 0 0.42 0.38 0.14 355.38 0.56 0.68
Hex DB 80 87 0 2A 26 E 163 38 44
Octal 333 200 207 0 52 46 16 543 70 104
Binary 11011011 10000000 10000111 0 101010 100110 1110 101100011 111000 1000100

Color Harmonies of #DB8087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8087

Black with #DB8087

Text Example


Text Example

White with #DB8087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8087; }

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

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

background-color css

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

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

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

border-color css

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

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

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