Html Css Color HEX #DB8690 Carissma

📋 copy color: '#DB8690'

red 219 ◦ green 134 ◦ blue 144

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

Shades of Carissma #DB8690

Tints of Carissma #DB8690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.97%

R = 44.06%
G = 26.96%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB8690 (or 0xDB8690) is known color: Carissma. HEX triplet: DB, 86 and 90. RGB value is (219,134,144). Sum of RGB (Red+Green+Blue) = 219+134+144=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8690 is #24796F. Grayscale: #A0A0A0. Windows color (decimal): -2390384 or 9471707. OLE color: 9471707.

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

Color convert

RGB 219 134 144 -
CMYK 0 0.39 0.34 0.14
HSL 352.94º 0.54% 0.69% -
HSV(B) 352.94º 0.39% 0.86% -
XYZ 42.77 34.12 30.72 -
YUV 160.56 118.66 169.69 -
System Red Green Blue C M Y K H S L
Decimal 219 134 144 0 0.39 0.34 0.14 352.94 0.54 0.69
Hex DB 86 90 0 27 22 E 161 36 45
Octal 333 206 220 0 47 42 16 541 66 105
Binary 11011011 10000110 10010000 0 100111 100010 1110 101100001 110110 1000101

Color Harmonies of #DB8690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8690

Black with #DB8690

Text Example


Text Example

White with #DB8690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8690; }

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

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

background-color css

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

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

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

border-color css

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

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

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