Html Css Color HEX #DB8386 Carissma

📋 copy color: '#DB8386'

red 219 ◦ green 131 ◦ blue 134

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

Shades of Carissma #DB8386

Tints of Carissma #DB8386

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.07%

 BLUE value IS 134 (52.73% from 255) = 27.69%

R = 45.25%
G = 27.07%
B = 27.69%

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

#DB8386 (or 0xDB8386) is known color: Carissma. HEX triplet: DB, 83 and 86. RGB value is (219,131,134). Sum of RGB (Red+Green+Blue) = 219+131+134=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8386 is #247C79. Grayscale: #9D9D9D. Windows color (decimal): -2391162 or 8815579. OLE color: 8815579.

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

Color convert

RGB 219 131 134 -
CMYK 0 0.40 0.39 0.14
HSL 357.95º 0.55% 0.69% -
HSV(B) 357.95º 0.4% 0.86% -
XYZ 41.63 33.01 26.73 -
YUV 157.65 114.65 171.76 -
System Red Green Blue C M Y K H S L
Decimal 219 131 134 0 0.40 0.39 0.14 357.95 0.55 0.69
Hex DB 83 86 0 28 27 E 166 37 45
Octal 333 203 206 0 50 47 16 546 67 105
Binary 11011011 10000011 10000110 0 101000 100111 1110 101100110 110111 1000101

Color Harmonies of #DB8386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8386

Black with #DB8386

Text Example


Text Example

White with #DB8386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8386; }

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

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

background-color css

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

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

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

border-color css

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

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

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