Html Css Color HEX #DB7F83 Charm

📋 copy color: '#DB7F83'

red 219 ◦ green 127 ◦ blue 131

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

Shades of Charm #DB7F83

Tints of Charm #DB7F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.46%

R = 45.91%
G = 26.62%
B = 27.46%

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

#DB7F83 (or 0xDB7F83) is known color: Charm. HEX triplet: DB, 7F and 83. RGB value is (219,127,131). Sum of RGB (Red+Green+Blue) = 219+127+131=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7F83 is #24807C. Grayscale: #9B9B9B. Windows color (decimal): -2392189 or 8617947. OLE color: 8617947.

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

Color convert

RGB 219 127 131 -
CMYK 0 0.42 0.40 0.14
HSL 357.39º 0.56% 0.68% -
HSV(B) 357.39º 0.42% 0.86% -
XYZ 40.9 31.88 25.47 -
YUV 154.96 114.48 173.67 -
System Red Green Blue C M Y K H S L
Decimal 219 127 131 0 0.42 0.40 0.14 357.39 0.56 0.68
Hex DB 7F 83 0 2A 28 E 165 38 44
Octal 333 177 203 0 52 50 16 545 70 104
Binary 11011011 1111111 10000011 0 101010 101000 1110 101100101 111000 1000100

Color Harmonies of #DB7F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7F83

Black with #DB7F83

Text Example


Text Example

White with #DB7F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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