Html Css Color HEX #DB687C Froly

📋 copy color: '#DB687C'

red 219 ◦ green 104 ◦ blue 124

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

Shades of Froly #DB687C

Tints of Froly #DB687C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.27%

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

R = 48.99%
G = 23.27%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB687C (or 0xDB687C) is known color: Froly. HEX triplet: DB, 68 and 7C. RGB value is (219,104,124). Sum of RGB (Red+Green+Blue) = 219+104+124=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB687C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB687C is #249783. Grayscale: #8C8C8C. Windows color (decimal): -2398084 or 8153307. OLE color: 8153307.

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

Color convert

RGB 219 104 124 -
CMYK 0 0.53 0.43 0.14
HSL 349.57º 0.61% 0.63% -
HSV(B) 349.57º 0.53% 0.86% -
XYZ 37.8 26.42 22.18 -
YUV 140.67 118.6 183.87 -
System Red Green Blue C M Y K H S L
Decimal 219 104 124 0 0.53 0.43 0.14 349.57 0.61 0.63
Hex DB 68 7C 0 35 2B E 15E 3D 3F
Octal 333 150 174 0 65 53 16 536 75 77
Binary 11011011 1101000 1111100 0 110101 101011 1110 101011110 111101 111111

Color Harmonies of #DB687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB687C

Black with #DB687C

Text Example


Text Example

White with #DB687C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB687C; }

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

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

background-color css

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

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

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

border-color css

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

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

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