Html Css Color HEX #DB7C82 Froly

📋 copy color: '#DB7C82'

red 219 ◦ green 124 ◦ blue 130

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

Shades of Froly #DB7C82

Tints of Froly #DB7C82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.48%

R = 46.3%
G = 26.22%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DB7C82 (or 0xDB7C82) is known color: Froly. HEX triplet: DB, 7C and 82. RGB value is (219,124,130). Sum of RGB (Red+Green+Blue) = 219+124+130=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7C82 is #24837D. Grayscale: #999999. Windows color (decimal): -2392958 or 8551643. OLE color: 8551643.

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

Color convert

RGB 219 124 130 -
CMYK 0 0.43 0.41 0.14
HSL 356.21º 0.57% 0.67% -
HSV(B) 356.21º 0.43% 0.86% -
XYZ 40.45 31.09 24.99 -
YUV 153.09 114.97 175.01 -
System Red Green Blue C M Y K H S L
Decimal 219 124 130 0 0.43 0.41 0.14 356.21 0.57 0.67
Hex DB 7C 82 0 2B 29 E 164 39 43
Octal 333 174 202 0 53 51 16 544 71 103
Binary 11011011 1111100 10000010 0 101011 101001 1110 101100100 111001 1000011

Color Harmonies of #DB7C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7C82

Black with #DB7C82

Text Example


Text Example

White with #DB7C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7C82; }

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

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

background-color css

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

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

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

border-color css

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

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

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