Html Css Color HEX #DB7378 Froly

📋 copy color: '#DB7378'

red 219 ◦ green 115 ◦ blue 120

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

Shades of Froly #DB7378

Tints of Froly #DB7378

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.33%

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

R = 48.24%
G = 25.33%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB7378 (or 0xDB7378) is known color: Froly. HEX triplet: DB, 73 and 78. RGB value is (219,115,120). Sum of RGB (Red+Green+Blue) = 219+115+120=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7378 is #248C87. Grayscale: #929292. Windows color (decimal): -2395272 or 7893979. OLE color: 7893979.

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

Color convert

RGB 219 115 120 -
CMYK 0 0.47 0.45 0.14
HSL 357.12º 0.59% 0.65% -
HSV(B) 357.12º 0.47% 0.86% -
XYZ 38.73 28.68 21.26 -
YUV 146.67 112.96 179.59 -
System Red Green Blue C M Y K H S L
Decimal 219 115 120 0 0.47 0.45 0.14 357.12 0.59 0.65
Hex DB 73 78 0 2F 2D E 165 3B 41
Octal 333 163 170 0 57 55 16 545 73 101
Binary 11011011 1110011 1111000 0 101111 101101 1110 101100101 111011 1000001

Color Harmonies of #DB7378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7378

Black with #DB7378

Text Example


Text Example

White with #DB7378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7378; }

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

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

background-color css

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

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

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

border-color css

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

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

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