Html Css Color HEX #DB687B Froly

📋 copy color: '#DB687B'

red 219 ◦ green 104 ◦ blue 123

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

Shades of Froly #DB687B

Tints of Froly #DB687B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.58%

R = 49.1%
G = 23.32%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB687B (or 0xDB687B) is known color: Froly. HEX triplet: DB, 68 and 7B. RGB value is (219,104,123). Sum of RGB (Red+Green+Blue) = 219+104+123=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB687B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB687B is #249784. Grayscale: #8C8C8C. Windows color (decimal): -2398085 or 8087771. OLE color: 8087771.

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

Color convert

RGB 219 104 123 -
CMYK 0 0.53 0.44 0.14
HSL 350.09º 0.61% 0.63% -
HSV(B) 350.09º 0.53% 0.86% -
XYZ 37.74 26.39 21.84 -
YUV 140.55 118.1 183.96 -
System Red Green Blue C M Y K H S L
Decimal 219 104 123 0 0.53 0.44 0.14 350.09 0.61 0.63
Hex DB 68 7B 0 35 2C E 15E 3D 3F
Octal 333 150 173 0 65 54 16 536 75 77
Binary 11011011 1101000 1111011 0 110101 101100 1110 101011110 111101 111111

Color Harmonies of #DB687B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB687B

Black with #DB687B

Text Example


Text Example

White with #DB687B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB687B; }

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

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

background-color css

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

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

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

border-color css

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

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

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