Html Css Color HEX #DB8485 Carissma

📋 copy color: '#DB8485'

red 219 ◦ green 132 ◦ blue 133

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

Shades of Carissma #DB8485

Tints of Carissma #DB8485

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.27%

 BLUE value IS 133 (52.34% from 255) = 27.48%

R = 45.25%
G = 27.27%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB8485 (or 0xDB8485) is known color: Carissma. HEX triplet: DB, 84 and 85. RGB value is (219,132,133). Sum of RGB (Red+Green+Blue) = 219+132+133=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 133 (52.34% from 255 or 27.48% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8485 is #247B7A. Grayscale: #9E9E9E. Windows color (decimal): -2390907 or 8750299. OLE color: 8750299.

HSL color Cylindrical-coordinate representation of color #DB8485: hue angle of 359.31º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB8485 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 132 133 -
CMYK 0 0.40 0.39 0.14
HSL 359.31º 0.55% 0.69% -
HSV(B) 359.31º 0.4% 0.86% -
XYZ 41.7 33.26 26.41 -
YUV 158.13 113.82 171.42 -
System Red Green Blue C M Y K H S L
Decimal 219 132 133 0 0.40 0.39 0.14 359.31 0.55 0.69
Hex DB 84 85 0 28 27 E 167 37 45
Octal 333 204 205 0 50 47 16 547 67 105
Binary 11011011 10000100 10000101 0 101000 100111 1110 101100111 110111 1000101

Color Harmonies of #DB8485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8485

Black with #DB8485

Text Example


Text Example

White with #DB8485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8485; }

 p { color: rgb(219,132,133); }

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

background-color css

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

 a { background-color: rgb(219,132,133); }

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

border-color css

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

 span { border-color: rgb(219,132,133); }

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