Html Css Color HEX #DB7173 Froly

📋 copy color: '#DB7173'

red 219 ◦ green 113 ◦ blue 115

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

Shades of Froly #DB7173

Tints of Froly #DB7173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.73%

R = 48.99%
G = 25.28%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB7173 (or 0xDB7173) is known color: Froly. HEX triplet: DB, 71 and 73. RGB value is (219,113,115). Sum of RGB (Red+Green+Blue) = 219+113+115=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7173 is #248E8C. Grayscale: #919191. Windows color (decimal): -2395789 or 7565787. OLE color: 7565787.

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

Color convert

RGB 219 113 115 -
CMYK 0 0.48 0.47 0.14
HSL 358.87º 0.6% 0.65% -
HSV(B) 358.87º 0.48% 0.86% -
XYZ 38.21 28.11 19.63 -
YUV 144.92 111.12 180.84 -
System Red Green Blue C M Y K H S L
Decimal 219 113 115 0 0.48 0.47 0.14 358.87 0.6 0.65
Hex DB 71 73 0 30 2F E 167 3C 41
Octal 333 161 163 0 60 57 16 547 74 101
Binary 11011011 1110001 1110011 0 110000 101111 1110 101100111 111100 1000001

Color Harmonies of #DB7173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7173

Black with #DB7173

Text Example


Text Example

White with #DB7173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7173; }

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

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

background-color css

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

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

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

border-color css

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

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

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