Html Css Color HEX #DB8587 Carissma

📋 copy color: '#DB8587'

red 219 ◦ green 133 ◦ blue 135

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

Shades of Carissma #DB8587

Tints of Carissma #DB8587

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.31%

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

R = 44.97%
G = 27.31%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB8587 (or 0xDB8587) is known color: Carissma. HEX triplet: DB, 85 and 87. RGB value is (219,133,135). Sum of RGB (Red+Green+Blue) = 219+133+135=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 135 (53.12% from 255 or 27.72% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8587 is #247A78. Grayscale: #9F9F9F. Windows color (decimal): -2390649 or 8881627. OLE color: 8881627.

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

Color convert

RGB 219 133 135 -
CMYK 0 0.39 0.38 0.14
HSL 358.6º 0.54% 0.69% -
HSV(B) 358.6º 0.39% 0.86% -
XYZ 41.97 33.58 27.19 -
YUV 158.94 114.49 170.84 -
System Red Green Blue C M Y K H S L
Decimal 219 133 135 0 0.39 0.38 0.14 358.6 0.54 0.69
Hex DB 85 87 0 27 26 E 167 36 45
Octal 333 205 207 0 47 46 16 547 66 105
Binary 11011011 10000101 10000111 0 100111 100110 1110 101100111 110110 1000101

Color Harmonies of #DB8587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8587

Black with #DB8587

Text Example


Text Example

White with #DB8587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8587; }

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

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

background-color css

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

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

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

border-color css

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

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

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