Html Css Color HEX #DA687B Froly

📋 copy color: '#DA687B'

red 218 ◦ green 104 ◦ blue 123

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

Shades of Froly #DA687B

Tints of Froly #DA687B

RGB

 RED value IS 218 (85.55% from 255) = 48.99%

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

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

R = 48.99%
G = 23.37%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA687B (or 0xDA687B) is known color: Froly. HEX triplet: DA, 68 and 7B. RGB value is (218,104,123). Sum of RGB (Red+Green+Blue) = 218+104+123=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA687B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA687B is #259784. Grayscale: #8C8C8C. Windows color (decimal): -2463621 or 8087770. OLE color: 8087770.

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

Color convert

RGB 218 104 123 -
CMYK 0 0.52 0.44 0.15
HSL 350º 0.61% 0.63% -
HSV(B) 350º 0.52% 0.85% -
XYZ 37.44 26.24 21.83 -
YUV 140.25 118.27 183.46 -
System Red Green Blue C M Y K H S L
Decimal 218 104 123 0 0.52 0.44 0.15 350 0.61 0.63
Hex DA 68 7B 0 34 2C F 15E 3D 3F
Octal 332 150 173 0 64 54 17 536 75 77
Binary 11011010 1101000 1111011 0 110100 101100 1111 101011110 111101 111111

Color Harmonies of #DA687B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA687B

Black with #DA687B

Text Example


Text Example

White with #DA687B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA687B; }

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

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

background-color css

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

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

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

border-color css

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

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

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