Html Css Color HEX #DB7178 Froly

📋 copy color: '#DB7178'

red 219 ◦ green 113 ◦ blue 120

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

Shades of Froly #DB7178

Tints of Froly #DB7178

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25%

 BLUE value IS 120 (47.27% from 255) = 26.55%

R = 48.45%
G = 25%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB7178 (or 0xDB7178) is known color: Froly. HEX triplet: DB, 71 and 78. RGB value is (219,113,120). Sum of RGB (Red+Green+Blue) = 219+113+120=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7178 is #248E87. Grayscale: #919191. Windows color (decimal): -2395784 or 7893467. OLE color: 7893467.

HSL color Cylindrical-coordinate representation of color #DB7178: hue angle of 356.04º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB7178 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 113 120 -
CMYK 0 0.48 0.45 0.14
HSL 356.04º 0.6% 0.65% -
HSV(B) 356.04º 0.48% 0.86% -
XYZ 38.51 28.23 21.19 -
YUV 145.49 113.62 180.43 -
System Red Green Blue C M Y K H S L
Decimal 219 113 120 0 0.48 0.45 0.14 356.04 0.6 0.65
Hex DB 71 78 0 30 2D E 164 3C 41
Octal 333 161 170 0 60 55 16 544 74 101
Binary 11011011 1110001 1111000 0 110000 101101 1110 101100100 111100 1000001

Color Harmonies of #DB7178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7178

Black with #DB7178

Text Example


Text Example

White with #DB7178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7178; }

 p { color: rgb(219,113,120); }

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

background-color css

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

 a { background-color: rgb(219,113,120); }

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

border-color css

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

 span { border-color: rgb(219,113,120); }

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