Html Css Color HEX #DB7C89 Charm

📋 copy color: '#DB7C89'

red 219 ◦ green 124 ◦ blue 137

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

Shades of Charm #DB7C89

Tints of Charm #DB7C89

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.83%

 BLUE value IS 137 (53.91% from 255) = 28.54%

R = 45.63%
G = 25.83%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB7C89 (or 0xDB7C89) is known color: Charm. HEX triplet: DB, 7C and 89. RGB value is (219,124,137). Sum of RGB (Red+Green+Blue) = 219+124+137=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 137 (53.91% from 255 or 28.54% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7C89 is #248376. Grayscale: #999999. Windows color (decimal): -2392951 or 9010395. OLE color: 9010395.

HSL color Cylindrical-coordinate representation of color #DB7C89: hue angle of 351.79º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7C89 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 124 137 -
CMYK 0 0.43 0.37 0.14
HSL 351.79º 0.57% 0.67% -
HSV(B) 351.79º 0.43% 0.86% -
XYZ 40.94 31.28 27.55 -
YUV 153.89 118.47 174.44 -
System Red Green Blue C M Y K H S L
Decimal 219 124 137 0 0.43 0.37 0.14 351.79 0.57 0.67
Hex DB 7C 89 0 2B 25 E 160 39 43
Octal 333 174 211 0 53 45 16 540 71 103
Binary 11011011 1111100 10001001 0 101011 100101 1110 101100000 111001 1000011

Color Harmonies of #DB7C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7C89

Black with #DB7C89

Text Example


Text Example

White with #DB7C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7C89; }

 p { color: rgb(219,124,137); }

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

background-color css

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

 a { background-color: rgb(219,124,137); }

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

border-color css

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

 span { border-color: rgb(219,124,137); }

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