Html Css Color HEX #DB747F Froly

📋 copy color: '#DB747F'

red 219 ◦ green 116 ◦ blue 127

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

Shades of Froly #DB747F

Tints of Froly #DB747F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.11%

 BLUE value IS 127 (50% from 255) = 27.49%

R = 47.4%
G = 25.11%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB747F (or 0xDB747F) is known color: Froly. HEX triplet: DB, 74 and 7F. RGB value is (219,116,127). Sum of RGB (Red+Green+Blue) = 219+116+127=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 116 (45.70% from 255 or 25.11% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB747F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB747F is #248B80. Grayscale: #949494. Windows color (decimal): -2395009 or 8352987. OLE color: 8352987.

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

Color convert

RGB 219 116 127 -
CMYK 0 0.47 0.42 0.14
HSL 353.59º 0.59% 0.66% -
HSV(B) 353.59º 0.47% 0.86% -
XYZ 39.29 29.08 23.62 -
YUV 148.05 116.12 178.61 -
System Red Green Blue C M Y K H S L
Decimal 219 116 127 0 0.47 0.42 0.14 353.59 0.59 0.66
Hex DB 74 7F 0 2F 2A E 162 3B 42
Octal 333 164 177 0 57 52 16 542 73 102
Binary 11011011 1110100 1111111 0 101111 101010 1110 101100010 111011 1000010

Color Harmonies of #DB747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB747F

Black with #DB747F

Text Example


Text Example

White with #DB747F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB747F; }

 p { color: rgb(219,116,127); }

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

background-color css

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

 a { background-color: rgb(219,116,127); }

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

border-color css

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

 span { border-color: rgb(219,116,127); }

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