Html Css Color HEX #DB8187 Carissma

📋 copy color: '#DB8187'

red 219 ◦ green 129 ◦ blue 135

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

Shades of Carissma #DB8187

Tints of Carissma #DB8187

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.71%

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

R = 45.34%
G = 26.71%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB8187 (or 0xDB8187) is known color: Carissma. HEX triplet: DB, 81 and 87. RGB value is (219,129,135). Sum of RGB (Red+Green+Blue) = 219+129+135=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 135 (53.12% from 255 or 27.95% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8187 is #247E78. Grayscale: #9C9C9C. Windows color (decimal): -2391673 or 8880603. OLE color: 8880603.

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

Color convert

RGB 219 129 135 -
CMYK 0 0.41 0.38 0.14
HSL 356º 0.56% 0.68% -
HSV(B) 356º 0.41% 0.86% -
XYZ 41.44 32.51 27.01 -
YUV 156.59 115.82 172.51 -
System Red Green Blue C M Y K H S L
Decimal 219 129 135 0 0.41 0.38 0.14 356 0.56 0.68
Hex DB 81 87 0 29 26 E 164 38 44
Octal 333 201 207 0 51 46 16 544 70 104
Binary 11011011 10000001 10000111 0 101001 100110 1110 101100100 111000 1000100

Color Harmonies of #DB8187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8187

Black with #DB8187

Text Example


Text Example

White with #DB8187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8187; }

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

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

background-color css

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

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

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

border-color css

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

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

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