Html Css Color HEX #DB8590 Carissma

📋 copy color: '#DB8590'

red 219 ◦ green 133 ◦ blue 144

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

Shades of Carissma #DB8590

Tints of Carissma #DB8590

RGB

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

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

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

R = 44.15%
G = 26.81%
B = 29.03%

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

#DB8590 (or 0xDB8590) is known color: Carissma. HEX triplet: DB, 85 and 90. RGB value is (219,133,144). Sum of RGB (Red+Green+Blue) = 219+133+144=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8590 is #247A6F. Grayscale: #A0A0A0. Windows color (decimal): -2390640 or 9471451. OLE color: 9471451.

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

Color convert

RGB 219 133 144 -
CMYK 0 0.39 0.34 0.14
HSL 352.33º 0.54% 0.69% -
HSV(B) 352.33º 0.39% 0.86% -
XYZ 42.63 33.85 30.67 -
YUV 159.97 118.99 170.11 -
System Red Green Blue C M Y K H S L
Decimal 219 133 144 0 0.39 0.34 0.14 352.33 0.54 0.69
Hex DB 85 90 0 27 22 E 160 36 45
Octal 333 205 220 0 47 42 16 540 66 105
Binary 11011011 10000101 10010000 0 100111 100010 1110 101100000 110110 1000101

Color Harmonies of #DB8590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8590

Black with #DB8590

Text Example


Text Example

White with #DB8590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8590; }

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

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

background-color css

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

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

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

border-color css

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

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

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