Html Css Color HEX #DB8688 Carissma

📋 copy color: '#DB8688'

red 219 ◦ green 134 ◦ blue 136

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

Shades of Carissma #DB8688

Tints of Carissma #DB8688

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.4%

 BLUE value IS 136 (53.52% from 255) = 27.81%

R = 44.79%
G = 27.4%
B = 27.81%

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

#DB8688 (or 0xDB8688) is known color: Carissma. HEX triplet: DB, 86 and 88. RGB value is (219,134,136). Sum of RGB (Red+Green+Blue) = 219+134+136=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8688 is #247977. Grayscale: #9F9F9F. Windows color (decimal): -2390392 or 8947419. OLE color: 8947419.

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

Color convert

RGB 219 134 136 -
CMYK 0 0.39 0.38 0.14
HSL 358.59º 0.54% 0.69% -
HSV(B) 358.59º 0.39% 0.86% -
XYZ 42.18 33.89 27.61 -
YUV 159.64 114.66 170.34 -
System Red Green Blue C M Y K H S L
Decimal 219 134 136 0 0.39 0.38 0.14 358.59 0.54 0.69
Hex DB 86 88 0 27 26 E 167 36 45
Octal 333 206 210 0 47 46 16 547 66 105
Binary 11011011 10000110 10001000 0 100111 100110 1110 101100111 110110 1000101

Color Harmonies of #DB8688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8688

Black with #DB8688

Text Example


Text Example

White with #DB8688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8688; }

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

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

background-color css

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

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

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

border-color css

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

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

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