Html Css Color HEX #DA656B Froly

📋 copy color: '#DA656B'

red 218 ◦ green 101 ◦ blue 107

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

Shades of Froly #DA656B

Tints of Froly #DA656B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.71%

 BLUE value IS 107 (42.19% from 255) = 25.12%

R = 51.17%
G = 23.71%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA656B (or 0xDA656B) is known color: Froly. HEX triplet: DA, 65 and 6B. RGB value is (218,101,107). Sum of RGB (Red+Green+Blue) = 218+101+107=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA656B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA656B is #259A94. Grayscale: #888888. Windows color (decimal): -2464405 or 7038426. OLE color: 7038426.

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

Color convert

RGB 218 101 107 -
CMYK 0 0.54 0.51 0.15
HSL 356.92º 0.61% 0.63% -
HSV(B) 356.92º 0.54% 0.85% -
XYZ 36.22 25.27 16.88 -
YUV 136.67 111.26 186.01 -
System Red Green Blue C M Y K H S L
Decimal 218 101 107 0 0.54 0.51 0.15 356.92 0.61 0.63
Hex DA 65 6B 0 36 33 F 165 3D 3F
Octal 332 145 153 0 66 63 17 545 75 77
Binary 11011010 1100101 1101011 0 110110 110011 1111 101100101 111101 111111

Color Harmonies of #DA656B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA656B

Black with #DA656B

Text Example


Text Example

White with #DA656B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA656B; }

 p { color: rgb(218,101,107); }

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

background-color css

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

 a { background-color: rgb(218,101,107); }

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

border-color css

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

 span { border-color: rgb(218,101,107); }

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