Html Css Color HEX #DB7273 Froly

📋 copy color: '#DB7273'

red 219 ◦ green 114 ◦ blue 115

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

Shades of Froly #DB7273

Tints of Froly #DB7273

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.45%

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

R = 48.88%
G = 25.45%
B = 25.67%

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

#DB7273 (or 0xDB7273) is known color: Froly. HEX triplet: DB, 72 and 73. RGB value is (219,114,115). Sum of RGB (Red+Green+Blue) = 219+114+115=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7273 is #248D8C. Grayscale: #919191. Windows color (decimal): -2395533 or 7566043. OLE color: 7566043.

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

Color convert

RGB 219 114 115 -
CMYK 0 0.48 0.47 0.14
HSL 359.43º 0.59% 0.65% -
HSV(B) 359.43º 0.48% 0.86% -
XYZ 38.33 28.33 19.67 -
YUV 145.51 110.79 180.42 -
System Red Green Blue C M Y K H S L
Decimal 219 114 115 0 0.48 0.47 0.14 359.43 0.59 0.65
Hex DB 72 73 0 30 2F E 167 3B 41
Octal 333 162 163 0 60 57 16 547 73 101
Binary 11011011 1110010 1110011 0 110000 101111 1110 101100111 111011 1000001

Color Harmonies of #DB7273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7273

Black with #DB7273

Text Example


Text Example

White with #DB7273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7273; }

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

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

background-color css

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

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

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

border-color css

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

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

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