Html Css Color HEX #DB697C Froly

📋 copy color: '#DB697C'

red 219 ◦ green 105 ◦ blue 124

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

Shades of Froly #DB697C

Tints of Froly #DB697C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.44%

 BLUE value IS 124 (48.83% from 255) = 27.68%

R = 48.88%
G = 23.44%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB697C (or 0xDB697C) is known color: Froly. HEX triplet: DB, 69 and 7C. RGB value is (219,105,124). Sum of RGB (Red+Green+Blue) = 219+105+124=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB697C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB697C is #249683. Grayscale: #8D8D8D. Windows color (decimal): -2397828 or 8153563. OLE color: 8153563.

HSL color Cylindrical-coordinate representation of color #DB697C: hue angle of 350º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB697C is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 105 124 -
CMYK 0 0.52 0.43 0.14
HSL 350º 0.61% 0.64% -
HSV(B) 350º 0.52% 0.86% -
XYZ 37.9 26.62 22.21 -
YUV 141.25 118.27 183.46 -
System Red Green Blue C M Y K H S L
Decimal 219 105 124 0 0.52 0.43 0.14 350 0.61 0.64
Hex DB 69 7C 0 34 2B E 15E 3D 40
Octal 333 151 174 0 64 53 16 536 75 100
Binary 11011011 1101001 1111100 0 110100 101011 1110 101011110 111101 1000000

Color Harmonies of #DB697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB697C

Black with #DB697C

Text Example


Text Example

White with #DB697C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB697C; }

 p { color: rgb(219,105,124); }

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

background-color css

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

 a { background-color: rgb(219,105,124); }

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

border-color css

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

 span { border-color: rgb(219,105,124); }

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