Html Css Color HEX #DB7F84 Charm

📋 copy color: '#DB7F84'

red 219 ◦ green 127 ◦ blue 132

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

Shades of Charm #DB7F84

Tints of Charm #DB7F84

RGB

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

 GREEN value IS 127 (50% from 255) = 26.57%

 BLUE value IS 132 (51.95% from 255) = 27.62%

R = 45.82%
G = 26.57%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DB7F84 (or 0xDB7F84) is known color: Charm. HEX triplet: DB, 7F and 84. RGB value is (219,127,132). Sum of RGB (Red+Green+Blue) = 219+127+132=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7F84 is #24807B. Grayscale: #9B9B9B. Windows color (decimal): -2392188 or 8683483. OLE color: 8683483.

HSL color Cylindrical-coordinate representation of color #DB7F84: hue angle of 356.74º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB7F84 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 127 132 -
CMYK 0 0.42 0.40 0.14
HSL 356.74º 0.56% 0.68% -
HSV(B) 356.74º 0.42% 0.86% -
XYZ 40.97 31.9 25.83 -
YUV 155.08 114.98 173.59 -
System Red Green Blue C M Y K H S L
Decimal 219 127 132 0 0.42 0.40 0.14 356.74 0.56 0.68
Hex DB 7F 84 0 2A 28 E 165 38 44
Octal 333 177 204 0 52 50 16 545 70 104
Binary 11011011 1111111 10000100 0 101010 101000 1110 101100101 111000 1000100

Color Harmonies of #DB7F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7F84

Black with #DB7F84

Text Example


Text Example

White with #DB7F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7F84; }

 p { color: rgb(219,127,132); }

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

background-color css

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

 a { background-color: rgb(219,127,132); }

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

border-color css

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

 span { border-color: rgb(219,127,132); }

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